[Zope-Checkins] CVS: Zope2 - RestrictionMutator.py:1.1.2.5 __init__.py:1.1.2.2

shane@digicool.com shane@digicool.com
Tue, 24 Apr 2001 18:46:07 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/RestrictedPython
In directory korak:/tmp/cvs-serv10120

Modified Files:
      Tag: RestrictedPythonBranch
	RestrictionMutator.py __init__.py 
Log Message:
Added package attributes



--- Updated File RestrictionMutator.py in package Zope2 --
--- RestrictionMutator.py	2001/04/20 17:24:13	1.1.2.4
+++ RestrictionMutator.py	2001/04/24 22:46:06	1.1.2.5
@@ -163,7 +163,7 @@
         return walker.defaultVisitNode(node)
 
 
-DEBUG = 1
+DEBUG = 0
 
 def compile_restricted(s, name, kind,
                        used_names=None, warnings=None):

--- Updated File __init__.py in package Zope2 --
--- __init__.py	2001/04/19 22:51:24	1.1.2.1
+++ __init__.py	2001/04/24 22:46:06	1.1.2.2
@@ -1,3 +1,6 @@
 '''
 RestrictedPython package.
 '''
+
+from RestrictionMutator import compile_restricted, PrintCollector
+