cc-4105: fixed bug with editing metadata id3v2

This commit is contained in:
Rudi Grinberg 2012-08-10 15:38:25 -04:00
parent 0e2d523bf6
commit ee1491a487
4 changed files with 19 additions and 16 deletions

View file

@ -91,9 +91,9 @@ class BaseEvent(Loggable):
class FakePyinotify(object):
"""
sometimes we must create our own pyinotify like objects to instantiate
objects from the classes below whenever we want to turn a single event into
multiple events
sometimes we must create our own pyinotify like objects to
instantiate objects from the classes below whenever we want to turn
a single event into multiple events
"""
def __init__(self, path):
self.pathname = path