Commit 45a3934a authored by Jérome Perrin's avatar Jérome Perrin

remove unused imports


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17862 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1c25a7c
...@@ -47,20 +47,14 @@ ...@@ -47,20 +47,14 @@
# XXX test_02 works only with oood on # XXX test_02 works only with oood on
# XXX test_03 and test_04 work only WITHOUT oood (because of a known bug in erp5_dms) # XXX test_03 and test_04 work only WITHOUT oood (because of a known bug in erp5_dms)
import unittest import unittest
from random import randint
import time import time
from Testing import ZopeTestCase from Testing import ZopeTestCase
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from AccessControl.SecurityManagement import newSecurityManager, noSecurityManager from AccessControl.SecurityManagement import newSecurityManager
from DateTime import DateTime
from Acquisition import aq_base, aq_inner
from zLOG import LOG from zLOG import LOG
import os import os
from Products.ERP5Type import product_path
from Products.ERP5OOo.Document.OOoDocument import ConversionError
QUIET = 0 QUIET = 0
RUN_ALL_TEST = 1 RUN_ALL_TEST = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment