Changeset - 78690efc866c
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 11 years ago 2014-04-26 17:48:44
drewp@bigasterisk.com
fix ascoltami import
Ignore-this: 4f0249367d3ec95a73076fd8bd756777
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/ascoltami2
Show inline comments
 
#!bin/python
 
from run_local import log
 
from twisted.internet import gireactor, reactor
 
from twisted.internet import reactor
 
import web, thread, sys, optparse, logging
 
from rdflib import URIRef
 
sys.path.append(".")
 
from light9.ascoltami.player import Player
 
from light9.ascoltami.playlist import Playlist, NoSuchSong
 
from light9.ascoltami.webapp import makeWebApp, songUri, songLocation
0 comments (0 inline, 0 general)