[Python-checkins] r50548 - python/branches/bcannon-sandboxing/Include/Python.h

brett.cannon python-checkins at python.org
Mon Jul 10 23:52:42 CEST 2006


Author: brett.cannon
Date: Mon Jul 10 23:52:42 2006
New Revision: 50548

Modified:
   python/branches/bcannon-sandboxing/Include/Python.h
Log:
Add sandbox.h .


Modified: python/branches/bcannon-sandboxing/Include/Python.h
==============================================================================
--- python/branches/bcannon-sandboxing/Include/Python.h	(original)
+++ python/branches/bcannon-sandboxing/Include/Python.h	Mon Jul 10 23:52:42 2006
@@ -113,6 +113,8 @@
 #include "codecs.h"
 #include "pyerrors.h"
 
+#include "sandbox.h"
+
 #include "pystate.h"
 
 #include "pyarena.h"


More information about the Python-checkins mailing list