diff bin/ascoltami2 @ 621:9ec0396c6f1f

small asco bugs left over from last year Ignore-this: e4ff6d000a1f51ee35c507f9f9e74fe9
author drewp@bigasterisk.com
date Tue, 14 Jun 2011 07:40:36 +0000
parents 94039df5cdd9
children 46d319974176
line wrap: on
line diff
--- a/bin/ascoltami2	Tue Jun 14 07:34:43 2011 +0000
+++ b/bin/ascoltami2	Tue Jun 14 07:40:36 2011 +0000
@@ -4,7 +4,7 @@
 sys.path.append(".")
 from light9.ascoltami.player import Player
 from light9.ascoltami.playlist import Playlist, NoSuchSong
-from light9.ascoltami.webapp import makeApp
+from light9.ascoltami.webapp import makeWebApp
 from light9 import networking, showconfig
 
 class App: