Changeset 7940


Ignore:
Timestamp:
22 Mar 2012, 01:48:46 (13 years ago)
Author:
uli
Message:

Move import.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/tests/test_helpers.py

    r7939 r7940  
    2626from cStringIO import StringIO
    2727from zope import schema
     28from zope.interface import Interface, Attribute
    2829from zope.security.testing import Principal, Participation
    2930from zope.security.management import newInteraction, endInteraction
     
    243244
    244245    def test_iface_names(self):
    245         from zope.interface import Interface, Attribute
    246246        class I1(Interface):
    247247            foo = Attribute("""Some Foo""")
Note: See TracChangeset for help on using the changeset viewer.