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

Andreas Jung andreas at andreas-jung.com
Sun Oct 5 02:35:58 EDT 2008


Log message for revision 91764:
  fixed missing import
  

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

-=-
Modified: zopyx.convert2/trunk/src/zopyx/convert2/prince.py
===================================================================
--- zopyx.convert2/trunk/src/zopyx/convert2/prince.py	2008-10-05 06:35:08 UTC (rev 91763)
+++ zopyx.convert2/trunk/src/zopyx/convert2/prince.py	2008-10-05 06:35:58 UTC (rev 91764)
@@ -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
 
 from tidy import tidyhtml



More information about the Checkins mailing list