Commit 12775b38 authored by Jérome Perrin's avatar Jérome Perrin

LiveTest: remove unused imports

parent bb2c2cd6
......@@ -26,16 +26,14 @@
#
##############################################################################
import unittest
import os
import sys
import imp
import re
import thread
import unittest
from Testing import ZopeTestCase
from Testing.ZopeTestCase import PortalTestCase, user_name
from Products.CMFCore.utils import getToolByName
from Testing.ZopeTestCase import PortalTestCase
from Products.ERP5Type.tests.ProcessingNodeTestCase import ProcessingNodeTestCase
from Products.ERP5Type.Globals import get_request
from Products.ERP5Type.tests.ERP5TypeTestCase import \
......
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