Author: dmeyer
Date: Mon Jan 29 21:36:37 2007
New Revision: 9093

Modified:
   trunk/ui/TODO
   trunk/ui/bin/freevo

Log:
import beacon as module with full path

Modified: trunk/ui/TODO
==============================================================================
--- trunk/ui/TODO       (original)
+++ trunk/ui/TODO       Mon Jan 29 21:36:37 2007
@@ -1,6 +1,6 @@
 Change all imports so that freevo.ui does not need to be in the path.
 The following modules have been ported: plugin, event, input, config, 
-util, menu
+util, menu. beacon
 
 Note: this file is a mix beween several mail on the list. So when it
 says 'I', it may not be me :-)

Modified: trunk/ui/bin/freevo
==============================================================================
--- trunk/ui/bin/freevo (original)
+++ trunk/ui/bin/freevo Mon Jan 29 21:36:37 2007
@@ -170,10 +170,9 @@
 import gui.animation
 import gui.widgets
 import gui.theme
-import beacon
 
 # new style imports
-from freevo.ui import plugin, util
+from freevo.ui import plugin, util, beacon
 
 # load the fxditem to make sure it's the first in the
 # mimetypes list

-------------------------------------------------------------------------
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