Commit 6d8060d6 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove useless imports.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aee646db
......@@ -30,7 +30,7 @@ import socket
import urllib
import threading
import sys
from types import TupleType, StringType
from types import StringType
import re
from Products.CMFCore import CMFCorePermissions
......@@ -46,7 +46,6 @@ from Products.CMFCore.utils import UniqueObject, _getAuthenticatedUser, getToolB
from Globals import InitializeClass, DTMLFile
from Acquisition import aq_base
from Acquisition import aq_inner
from Products.CMFActivity.ActiveObject import DISTRIBUTABLE_STATE, INVOKE_ERROR_STATE, VALIDATE_ERROR_STATE
from ActivityBuffer import ActivityBuffer
from zExceptions import ExceptionFormatter
from BTrees.OIBTree import OIBTree
......
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