Commit 626aef83 authored by Aurel's avatar Aurel

cleanup import

parent 9a8cefef
......@@ -101,12 +101,11 @@ from MySQLdb.converters import conversions
from MySQLdb.constants import FIELD_TYPE, CR, ER, CLIENT
from Shared.DC.ZRDB.TM import TM
from DateTime import DateTime
from zLOG import LOG, ERROR, INFO
from zLOG import LOG, ERROR
from ZODB.POSException import ConflictError
import string, sys
from string import strip, split, find, upper, rfind
from time import time
import sys
from string import strip, split, upper, rfind
from thread import get_ident, allocate_lock
hosed_connection = (
......
......@@ -99,12 +99,9 @@ from MySQLdb.converters import conversions
from MySQLdb.constants import FIELD_TYPE, CR, ER, CLIENT
from Shared.DC.ZRDB.TM import TM
from DateTime import DateTime
from zLOG import LOG, ERROR, INFO
from ZODB.POSException import ConflictError
import string, sys
from string import strip, split, find, upper, rfind
from time import time
from string import strip, split, upper, rfind
from thread import get_ident, allocate_lock
hosed_connection = (
......
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