cc-4228: formatting

This commit is contained in:
Rudi Grinberg 2012-08-17 11:31:31 -04:00
parent 4a10fb2ecf
commit 10a7eae498
2 changed files with 6 additions and 7 deletions

View file

@ -10,7 +10,7 @@ from media.monitor.exceptions import BadSongFile
class PathChannel(object):
def __init__(self, signal, path):
self.signal = signal
self.path = path
self.path = path
class EventRegistry(object):
"""