From: yomguy Date: Thu, 31 Jan 2013 17:06:01 +0000 (+0100) Subject: fix xmltodict from telecaster X-Git-Tag: 0.9~29^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ec8c78588ce6bc03ffee99c35e90b8d96b812d01;p=telecaster-client.git fix xmltodict from telecaster --- diff --git a/telecaster/models.py b/telecaster/models.py index 18e08fd..d5463b2 100644 --- a/telecaster/models.py +++ b/telecaster/models.py @@ -41,8 +41,6 @@ import time import urllib2 import liblo -from tools import * - from mutagen.oggvorbis import OggVorbis from mutagen.id3 import ID3, TIT2, TP1, TAL, TDA, TDAT, TDRC, TCO, COM @@ -55,6 +53,8 @@ from south.modelsinspector import add_introspection_rules from teleforma.models import * +from tools import * + app_label = 'telecaster' spacer = '_-_'