Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Lu Xu
erp5
Commits
626aef83
Commit
626aef83
authored
Jan 13, 2012
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup import
parent
9a8cefef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
product/ZMySQLDA/db.py
product/ZMySQLDA/db.py
+3
-4
product/ZMySQLDDA/db.py
product/ZMySQLDDA/db.py
+1
-4
No files found.
product/ZMySQLDA/db.py
View file @
626aef83
...
...
@@ -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
=
(
...
...
product/ZMySQLDDA/db.py
View file @
626aef83
...
...
@@ -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
=
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment