[Zodb-checkins] CVS: Zope3/src/transaction - txn.py:1.9
Jeremy Hylton
jeremy at zope.com
Mon Jun 30 13:23:48 EDT 2003
Update of /cvs-repository/Zope3/src/transaction
In directory cvs.zope.org:/tmp/cvs-serv18339
Modified Files:
txn.py
Log Message:
Remove unused import.
=== Zope3/src/transaction/txn.py 1.8 => 1.9 ===
--- Zope3/src/transaction/txn.py:1.8 Fri Jun 6 11:24:18 2003
+++ Zope3/src/transaction/txn.py Mon Jun 30 12:23:47 2003
@@ -14,9 +14,9 @@
__metaclass__ = type
-from transaction.interfaces import *
from threading import Lock
-import logging
+
+from transaction.interfaces import *
from zope.interface import implements
try:
More information about the Zodb-checkins
mailing list