Skip to content

Commit

Permalink
Adjust zope.app to the new import location of zope.app.location.
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Apr 5, 2006
1 parent 2933ad0 commit 5d7b025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions browser/tests/test_editview.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from zope.schema import TextLine, accessors
from zope.schema.interfaces import ITextLine
from zope.component.interfaces import ComponentLookupError
from zope.location.interfaces import ILocation

from zope.app.testing import ztapi
from zope.app.testing.placelesssetup import PlacelessSetup
Expand All @@ -30,10 +31,8 @@
from zope.app.form.browser import TextWidget
from zope.app.form.browser.editview import EditView
from zope.app.form.browser.submit import Update
from zope.component.interfaces import ComponentLookupError
from zope.app.form.interfaces import IInputWidget
from zope.app.form.tests import utils
from zope.app.location.interfaces import ILocation

class I(Interface):
foo = TextLine(title=u"Foo")
Expand Down

0 comments on commit 5d7b025

Please sign in to comment.