[Checkins] SVN: zopyx.convert2/trunk/src/zopyx/convert2/xfc.py missing import

Andreas Jung andreas at andreas-jung.com
Sun Oct 5 02:33:13 EDT 2008


Log message for revision 91762:
  missing import
  

Changed:
  U   zopyx.convert2/trunk/src/zopyx/convert2/xfc.py

-=-
Modified: zopyx.convert2/trunk/src/zopyx/convert2/xfc.py
===================================================================
--- zopyx.convert2/trunk/src/zopyx/convert2/xfc.py	2008-10-05 06:28:12 UTC (rev 91761)
+++ zopyx.convert2/trunk/src/zopyx/convert2/xfc.py	2008-10-05 06:33:12 UTC (rev 91762)
@@ -8,7 +8,7 @@
 import sys
 
 from convert import BaseConverter
-from util import runcmd, which, win32, checkEnvironment
+from util import runcmd, which, win32, checkEnvironment, newTempfile
 from logger import LOG
 
 xfc_dir = os.environ.get('XFC_DIR')



More information about the Checkins mailing list