Author: dmeyer Date: Sun Oct 21 14:55:40 2007 New Revision: 10011 Log: add missing imports
Modified: trunk/ui/src/audio/audioitem.py trunk/ui/src/video/videoitem.py Modified: trunk/ui/src/audio/audioitem.py ============================================================================== --- trunk/ui/src/audio/audioitem.py (original) +++ trunk/ui/src/audio/audioitem.py Sun Oct 21 14:55:40 2007 @@ -37,6 +37,7 @@ # python imports import os import logging +import time # kaa imports from kaa.strutils import str_to_unicode Modified: trunk/ui/src/video/videoitem.py ============================================================================== --- trunk/ui/src/video/videoitem.py (original) +++ trunk/ui/src/video/videoitem.py Sun Oct 21 14:55:40 2007 @@ -40,6 +40,7 @@ import copy import logging import re +import time # kaa imports from kaa.strutils import unicode_to_str, str_to_unicode ------------------------------------------------------------------------- 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
