Author: dmeyer
Date: Sun Mar 18 19:52:40 2007
New Revision: 9357

Added:
   trunk/core/src/beacon.py
      - copied unchanged from r9355, /trunk/ui/src/beacon.py
Removed:
   trunk/ui/src/beacon.py
Modified:
   trunk/ui/bin/freevo

Log:
move beacon helper to core

Modified: trunk/ui/bin/freevo
==============================================================================
--- trunk/ui/bin/freevo (original)
+++ trunk/ui/bin/freevo Sun Mar 18 19:52:40 2007
@@ -157,8 +157,7 @@
     os.execvp('xinit', [ 'xinit', sys.argv[0], '-force-fs',  '--', 
':'+str(server_num) ])
 
 # freevo imports
-from freevo import plugin
-from freevo.ui import util, beacon
+from freevo import plugin, beacon
 from freevo.ui.gui import theme, widgets, animation, displays, areas
 
 # load the fxditem to make sure it's the first in the

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