changeset 434:c45ce0c1c733

another pympd search path for asco, since i seem to hate to install my own software
author drewp@bigasterisk.com
date Thu, 12 Jun 2008 05:53:52 +0000
parents a6f4a5b2647c
children 064d2c9f2014
files bin/ascoltami
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/ascoltami	Thu Jun 12 05:51:58 2008 +0000
+++ b/bin/ascoltami	Thu Jun 12 05:53:52 2008 +0000
@@ -52,6 +52,7 @@
 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'}