Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
20fc000a
Commit
20fc000a
authored
Nov 06, 2001
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup initial imports, removing those that aren't used.
parent
f351e577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
src/ZODB/Connection.py
src/ZODB/Connection.py
+10
-11
No files found.
src/ZODB/Connection.py
View file @
20fc000a
...
...
@@ -84,20 +84,22 @@
##############################################################################
"""Database connection support
$Id: Connection.py,v 1.
59 2001/09/18 18:19:24
jeremy Exp $"""
__version__
=
'$Revision: 1.
59
$'
[
11
:
-
2
]
$Id: Connection.py,v 1.
60 2001/11/06 02:47:48
jeremy Exp $"""
__version__
=
'$Revision: 1.
60
$'
[
11
:
-
2
]
from
cPickleCache
import
PickleCache
from
POSException
import
ConflictError
,
ExportError
from
cStringIO
import
StringIO
from
cPickle
import
Unpickler
,
Pickler
from
POSException
import
ConflictError
from
ExtensionClass
import
Base
from
time
import
time
import
Transaction
,
string
,
ExportImport
,
sys
,
traceback
,
TmpStore
import
ExportImport
,
TmpStore
from
zLOG
import
LOG
,
ERROR
,
BLATHER
from
coptimizations
import
new_persistent_id
from
ConflictResolution
import
ResolvedSerial
from
types
import
StringType
from
cPickle
import
Unpickler
,
Pickler
from
cStringIO
import
StringIO
import
sys
from
time
import
time
from
types
import
StringType
,
ClassType
global_code_timestamp
=
0
...
...
@@ -112,9 +114,6 @@ def updateCodeTimestamp():
ExtensionKlass
=
Base
.
__class__
class
HelperClass
:
pass
ClassType
=
type
(
HelperClass
)
class
Connection
(
ExportImport
.
ExportImport
):
"""Object managers for individual object space.
...
...
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