Mercurial > code > home > repos > light9
diff flax/Submaster.py @ 205:3905d3c92aaa
twisted mainloop, more row-change keys, xmlrpc fadesub command on port 8050
author | drewp |
---|---|
date | Sun, 10 Apr 2005 15:03:24 +0000 |
parents | 79bc84310e80 |
children |
line wrap: on
line diff
--- a/flax/Submaster.py Sun Apr 10 15:00:36 2005 +0000 +++ b/flax/Submaster.py Sun Apr 10 15:03:24 2005 +0000 @@ -37,6 +37,7 @@ print "Can't read file for sub: %s" % self.name def save(self): if self.temporary: + print "not saving temporary sub named",self.name return subfile = file("subs/%s" % self.name, 'w')