Mercurial > code > home > repos > light9
diff bin/musicPad @ 623:46d319974176
move networking settings to config.n3
Ignore-this: 42a6390f9354a171c4d43e1c65a551ca
author | drewp@bigasterisk.com |
---|---|
date | Wed, 15 Jun 2011 05:30:19 +0000 |
parents | 94039df5cdd9 |
children | d8202a0a7fd5 |
line wrap: on
line diff
--- a/bin/musicPad Wed Jun 15 05:30:00 2011 +0000 +++ b/bin/musicPad Wed Jun 15 05:30:19 2011 +0000 @@ -4,7 +4,7 @@ """ import sys, wave, logging, os sys.path.append(".") -from light9 import networking, showconfig +from light9 import showconfig from light9.namespaces import L9 from light9.ascoltami.playlist import Playlist logging.basicConfig(level=logging.INFO)