[Erp5-report] r42963 nicolas.dumazet - /erp5/trunk/products/ERP5Security/tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 3 08:56:38 CET 2011
Author: nicolas.dumazet
Date: Thu Feb 3 08:56:38 2011
New Revision: 42963
URL: http://svn.erp5.org?rev=42963&view=rev
Log:
unused imports
Modified:
erp5/trunk/products/ERP5Security/tests/testERP5Security.py
Modified: erp5/trunk/products/ERP5Security/tests/testERP5Security.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/tests/testERP5Security.py?rev=42963&r1=42962&r2=42963&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] (original)
+++ erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] Thu Feb 3 08:56:38 2011
@@ -33,12 +33,10 @@
import unittest
import transaction
-from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase,\
- get_request
+from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from AccessControl.SecurityManagement import newSecurityManager
from AccessControl.SecurityManagement import getSecurityManager
from zLOG import LOG
-from Products.ERP5Type.Cache import clearCache
from Products.PluggableAuthService import PluggableAuthService
from zope.interface.verify import verifyClass
from DateTime import DateTime
More information about the Erp5-report
mailing list