Changeset - dad28ce27590
[Not reviewed]
default
0 1 0
Drew Perttula - 11 years ago 2014-05-26 20:50:57
drewp@bigasterisk.com
ascoltami sys.path
Ignore-this: 8aa8be44e23ff8c9caea9ad1be6a3229
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/ascoltami2
Show inline comments
 
#!bin/python
 
from run_local import log
 
from twisted.internet import reactor
 
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
 
from light9 import networking, showconfig
 

	
 
import gi
0 comments (0 inline, 0 general)