Skip to content

Commit

Permalink
Removed redundant imports using 'importchecker.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo van der Wijk committed Jan 13, 2005
1 parent 4ecfe9a commit e2e4c4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion browser/ftests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
$Id: ftests.py 25177 2004-06-02 13:17:31Z jim $
"""
import unittest
from zope.publisher.interfaces import NotFound
from zope.app.testing import functional

class TestNotFound(functional.BrowserTestCase):
Expand Down
2 changes: 0 additions & 2 deletions browser/tests/test_unauthorized.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
from unittest import TestCase, main, makeSuite
from zope.interface import implements
from zope.publisher.browser import TestRequest
from zope.app import zapi
from zope.app.testing import ztapi
from zope.app.security.interfaces import IAuthenticationUtility, IPrincipal
from zope.app.container.contained import contained
from zope.app.exception.browser.unauthorized import Unauthorized
from zope.app.testing.placelesssetup import PlacelessSetup

Expand Down

0 comments on commit e2e4c4b

Please sign in to comment.