[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/interpreter/python.py
remove unused imports
Bernd Dorn
bernd.dorn at lovelysystems.com
Mon Mar 26 08:35:37 EDT 2007
Log message for revision 73622:
remove unused imports
Changed:
U Zope3/trunk/src/zope/app/interpreter/python.py
-=-
Modified: Zope3/trunk/src/zope/app/interpreter/python.py
===================================================================
--- Zope3/trunk/src/zope/app/interpreter/python.py 2007-03-26 12:01:50 UTC (rev 73621)
+++ Zope3/trunk/src/zope/app/interpreter/python.py 2007-03-26 12:35:37 UTC (rev 73622)
@@ -18,11 +18,10 @@
__docformat__ = 'restructuredtext'
from StringIO import StringIO
-import sys
from zope.app.interpreter.interfaces import IInterpreter
from zope.interface import implements
-from zope.security.untrustedpython.interpreter import exec_src, exec_code
+from zope.security.untrustedpython.interpreter import exec_src
class PythonInterpreter(object):
More information about the Zope3-Checkins
mailing list