Commit 8646eeab authored by Jeremy Hylton's avatar Jeremy Hylton

Add missing import of transaction.

parent 953108e1
...@@ -31,11 +31,13 @@ import socket ...@@ -31,11 +31,13 @@ import socket
import sys import sys
import time import time
from persistent.mapping import PersistentMapping
import transaction
import ZODB import ZODB
from ZODB.POSException import ConflictError from ZODB.POSException import ConflictError
from ZODB.tests.MinPO import MinPO from ZODB.tests.MinPO import MinPO
from ZEO.ClientStorage import ClientStorage from ZEO.ClientStorage import ClientStorage
from persistent.mapping import PersistentMapping
ZEO_VERSION = 2 ZEO_VERSION = 2
......
...@@ -89,7 +89,7 @@ Usage: loadmail2 [options] ...@@ -89,7 +89,7 @@ Usage: loadmail2 [options]
Specify the mailbox for getting input data. 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 import mailbox
...@@ -100,6 +100,7 @@ import re ...@@ -100,6 +100,7 @@ import re
import sys import sys
import threading import threading
import time import time
import transaction
class JobProducer: class JobProducer:
......
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