Author: dmeyer Date: Sat May 12 15:51:28 2007 New Revision: 9565 Modified: trunk/ui/src/video/plugins/resume.py
Log: fix missing imports Modified: trunk/ui/src/video/plugins/resume.py ============================================================================== --- trunk/ui/src/video/plugins/resume.py (original) +++ trunk/ui/src/video/plugins/resume.py Sat May 12 15:51:28 2007 @@ -35,7 +35,7 @@ # freevo imports from freevo.ui.menu import Action, Menu, ItemPlugin -from freevo.ui.event import PLAY_START, PLAY_END, STOP +from freevo.ui.event import PLAY_START, PLAY_END, STOP, SEEK, Event # the logging object log = logging.getLogger() ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
