Skip to content

Commit

Permalink
lint src/OFS/tests/testCopySupportHooks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Oct 4, 2018
1 parent be51ee9 commit 5c4be18
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions src/OFS/tests/testCopySupportHooks.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
import unittest
import Zope2

import transaction

from zope.testing import cleanup

from Testing.makerequest import makerequest

from AccessControl.SecurityManagement import newSecurityManager
from AccessControl.SecurityManagement import noSecurityManager

from OFS.Folder import Folder
from OFS.metaconfigure import setDeprecatedManageAddDelete
from OFS.SimpleItem import SimpleItem
from OFS.Folder import Folder

from Testing.makerequest import makerequest
from Zope2.App import zcml
from zope.testing import cleanup

import transaction
import unittest
import Zope2


Zope2.startup_wsgi()

Expand All @@ -32,6 +28,7 @@ def trace(self, ob, event):
def called(self):
return self._called


eventlog = EventLogger()


Expand Down

0 comments on commit 5c4be18

Please sign in to comment.