Author: dmeyer
Date: Thu Mar 29 16:21:38 2007
New Revision: 9417

Modified:
   trunk/ui/src/games/plugins/pcgames.py

Log:
add missing imports

Modified: trunk/ui/src/games/plugins/pcgames.py
==============================================================================
--- trunk/ui/src/games/plugins/pcgames.py       (original)
+++ trunk/ui/src/games/plugins/pcgames.py       Thu Mar 29 16:21:38 2007
@@ -38,9 +38,13 @@
 # python imports
 import logging
 
+# kaa imports
+import kaa.notifier
+
 # Freevo imports
 from freevo.ui.menu import ActionItem, Menu, Action
 from freevo.ui.config import config
+from freevo.ui.event import Event, STOP
 
 # games imports
 from freevo.ui.games.emulator import *

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to