Author: duncan
Date: Mon Oct 22 22:55:18 2007
New Revision: 10029

Log:
Moved import util so that the main function can use Unicode


Modified:
   branches/rel-1/freevo/src/util/videothumb.py

Modified: branches/rel-1/freevo/src/util/videothumb.py
==============================================================================
--- branches/rel-1/freevo/src/util/videothumb.py        (original)
+++ branches/rel-1/freevo/src/util/videothumb.py        Mon Oct 22 22:55:18 2007
@@ -37,6 +37,7 @@
 from stat import *
 import kaa.metadata as mmpython
 import config
+import util
 
 def snapshot(videofile, imagefile=None, pos=None, update=True, popup=None):
     """
@@ -44,7 +45,6 @@
     """
     import popen3
     import kaa.imlib2 as Image
-    import util
     import vfs
     import gui.PopupBox
     import osd

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to