Index: freevo_trunk/ui/src/games/plugins/pcgames.py
===================================================================
--- freevo_trunk/ui/src/games/plugins/pcgames.py	(revision 9416)
+++ freevo_trunk/ui/src/games/plugins/pcgames.py	(working copy)
@@ -38,9 +38,13 @@
 # python imports
 import logging
 
+# kaa imports
+import kaa.utils
+
 # 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 *
