Changeset - c45ce0c1c733
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 17 years ago 2008-06-12 05:53:52
drewp@bigasterisk.com
another pympd search path for asco, since i seem to hate to install my own software
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/ascoltami
Show inline comments
 
@@ -49,12 +49,13 @@ from twisted.web import xmlrpc, server
 
import run_local
 
from light9 import networking, showconfig, wavelength
 
from light9.namespaces import L9, MUS
 
from light9.uihelpers import toplevelat
 

	
 
sys.path.append("/home/drewp/projects/pympd_0")
 
sys.path.append("/my/proj/pympd_0")
 
from pympd import Mpd
 

	
 
appstyle={'fg':'white','bg':'black'}
 

	
 
def shortSongPath(song, all):
 
    prefixlen = len(os.path.commonprefix(all))
0 comments (0 inline, 0 general)