Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
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
...
@@ -101,12 +101,11 @@ from MySQLdb.converters import conversions
from
MySQLdb.constants
import
FIELD_TYPE
,
CR
,
ER
,
CLIENT
from
MySQLdb.constants
import
FIELD_TYPE
,
CR
,
ER
,
CLIENT
from
Shared.DC.ZRDB.TM
import
TM
from
Shared.DC.ZRDB.TM
import
TM
from
DateTime
import
DateTime
from
DateTime
import
DateTime
from
zLOG
import
LOG
,
ERROR
,
INFO
from
zLOG
import
LOG
,
ERROR
from
ZODB.POSException
import
ConflictError
from
ZODB.POSException
import
ConflictError
import
string
,
sys
import
sys
from
string
import
strip
,
split
,
find
,
upper
,
rfind
from
string
import
strip
,
split
,
upper
,
rfind
from
time
import
time
from
thread
import
get_ident
,
allocate_lock
from
thread
import
get_ident
,
allocate_lock
hosed_connection
=
(
hosed_connection
=
(
...
...
product/ZMySQLDDA/db.py
View file @
626aef83
...
@@ -99,12 +99,9 @@ from MySQLdb.converters import conversions
...
@@ -99,12 +99,9 @@ from MySQLdb.converters import conversions
from
MySQLdb.constants
import
FIELD_TYPE
,
CR
,
ER
,
CLIENT
from
MySQLdb.constants
import
FIELD_TYPE
,
CR
,
ER
,
CLIENT
from
Shared.DC.ZRDB.TM
import
TM
from
Shared.DC.ZRDB.TM
import
TM
from
DateTime
import
DateTime
from
DateTime
import
DateTime
from
zLOG
import
LOG
,
ERROR
,
INFO
from
ZODB.POSException
import
ConflictError
from
ZODB.POSException
import
ConflictError
import
string
,
sys
from
string
import
strip
,
split
,
upper
,
rfind
from
string
import
strip
,
split
,
find
,
upper
,
rfind
from
time
import
time
from
thread
import
get_ident
,
allocate_lock
from
thread
import
get_ident
,
allocate_lock
hosed_connection
=
(
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