[Zope3-checkins] CVS: Zope3/src/zope/app/tests - test_introspector.py:1.1.2.2

Jim Fulton jim@zope.com
Mon, 23 Dec 2002 15:49:41 -0500


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

Modified Files:
      Tag: NameGeddon-branch
	test_introspector.py 
Log Message:
corrected interface Attribute imports

=== Zope3/src/zope/app/tests/test_introspector.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/tests/test_introspector.py:1.1.2.1	Mon Dec 23 14:32:32 2002
+++ Zope3/src/zope/app/tests/test_introspector.py	Mon Dec 23 15:49:40 2002
@@ -11,8 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 # 
 ##############################################################################
-from zope.interface import Interface
-from zope.interface.element import Attribute
+from zope.interface import Interface, Attribute
 
 class ITestClass(Interface):
     def drool():