[Neo-report] r1873 gregory - /trunk/neo/master/transactions.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 27 21:15:10 CET 2010


Author: gregory
Date: Sat Feb 27 21:15:09 2010
New Revision: 1873

Log:
Add missing import.

Modified:
    trunk/neo/master/transactions.py

Modified: trunk/neo/master/transactions.py
==============================================================================
--- trunk/neo/master/transactions.py [iso-8859-1] (original)
+++ trunk/neo/master/transactions.py [iso-8859-1] Sat Feb 27 21:15:09 2010
@@ -17,6 +17,7 @@
 
 from time import time, gmtime
 from struct import pack, unpack
+from neo import logging
 from neo import protocol
 
 class Transaction(object):





More information about the Neo-report mailing list