Changeset 7940 for main/waeup.kofa/trunk/src/waeup/kofa/utils/tests
- Timestamp:
- 22 Mar 2012, 01:48:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/tests/test_helpers.py
r7939 r7940 26 26 from cStringIO import StringIO 27 27 from zope import schema 28 from zope.interface import Interface, Attribute 28 29 from zope.security.testing import Principal, Participation 29 30 from zope.security.management import newInteraction, endInteraction … … 243 244 244 245 def test_iface_names(self): 245 from zope.interface import Interface, Attribute246 246 class I1(Interface): 247 247 foo = Attribute("""Some Foo""")
Note: See TracChangeset for help on using the changeset viewer.