[Zope3-checkins] CVS: Zope3/src/zope/app/interpreter/tests - test_pythoninterpreter.py:1.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 2 10:49:04 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/interpreter/tests
In directory cvs.zope.org:/tmp/cvs-serv5419/src/zope/app/interpreter/tests

Modified Files:
	test_pythoninterpreter.py 
Log Message:


Moved interfaces into the interpreter package.



Removed service API.




=== Zope3/src/zope/app/interpreter/tests/test_pythoninterpreter.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/interpreter/tests/test_pythoninterpreter.py:1.3	Wed Feb 25 17:58:30 2004
+++ Zope3/src/zope/app/interpreter/tests/test_pythoninterpreter.py	Tue Mar  2 10:49:03 2004
@@ -17,7 +17,7 @@
 """
 import unittest
 
-from zope.app.interfaces.interpreter import IInterpreter
+from zope.app.interpreter.interfaces import IInterpreter
 from zope.app.interpreter.python import PythonInterpreter
 from zope.exceptions import ForbiddenAttribute
 from zope.interface.verify import verifyObject




More information about the Zope3-Checkins mailing list