initial commit

This commit is contained in:
Rudi Grinberg 2012-07-09 16:27:37 -04:00
parent f0f033b4fb
commit d0245e09fc
11 changed files with 294 additions and 0 deletions

View file

@ -0,0 +1,8 @@
from media.monitor.handler import Handler
class Organizer(Handler):
def correct_path(self): pass
def handle(self, sender, event):
print("Handling event: %s" % str(event))