Mercurial > code > home > repos > light9
changeset 1026:dad28ce27590
ascoltami sys.path
Ignore-this: 8aa8be44e23ff8c9caea9ad1be6a3229
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 26 May 2014 20:50:57 +0000 |
parents | 09c3fc7cf6ba |
children | a38414bd3929 |
files | bin/ascoltami2 |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/ascoltami2 Mon May 26 18:19:23 2014 +0000 +++ b/bin/ascoltami2 Mon May 26 20:50:57 2014 +0000 @@ -4,6 +4,7 @@ import web, thread, sys, optparse, logging from rdflib import URIRef sys.path.append(".") +sys.path.append('/usr/lib/python2.7/dist-packages') # For gi from light9.ascoltami.player import Player from light9.ascoltami.playlist import Playlist, NoSuchSong from light9.ascoltami.webapp import makeWebApp, songUri, songLocation