cc-4105. Refactored syncdb and fixed a few typos

This commit is contained in:
root 2012-07-20 15:37:13 -04:00 committed by Rudi Grinberg
parent 9964c826ab
commit 3e251997f8
6 changed files with 53 additions and 28 deletions

View file

@ -2,7 +2,7 @@
import os
import abc
from media.monitor.pure import LazyProperty
from media.monitor.monitor import Metadata
from media.monitor.metadata import Metadata
class PathChannel(object):
"""a dumb struct; python has no record types"""