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
nexedi
ZODB
Commits
3e499e94
Commit
3e499e94
authored
Apr 16, 2004
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing import of transaction.
parent
a0972725
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/scripts/zeoup.py
src/scripts/zeoup.py
+3
-1
src/scripts/zodbload.py
src/scripts/zodbload.py
+2
-1
No files found.
src/scripts/zeoup.py
View file @
3e499e94
...
...
@@ -31,11 +31,13 @@ import socket
import
sys
import
time
from
persistent.mapping
import
PersistentMapping
import
transaction
import
ZODB
from
ZODB.POSException
import
ConflictError
from
ZODB.tests.MinPO
import
MinPO
from
ZEO.ClientStorage
import
ClientStorage
from
persistent.mapping
import
PersistentMapping
ZEO_VERSION
=
2
...
...
src/scripts/zodbload.py
View file @
3e499e94
...
...
@@ -89,7 +89,7 @@ Usage: loadmail2 [options]
Specify the mailbox for getting input data.
$Id: zodbload.py,v 1.
6 2004/04/16 15:58:10
jeremy Exp $
$Id: zodbload.py,v 1.
7 2004/04/16 16:00:56
jeremy Exp $
"""
import
mailbox
...
...
@@ -100,6 +100,7 @@ import re
import
sys
import
threading
import
time
import
transaction
class
JobProducer
:
...
...
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