From ec8c78588ce6bc03ffee99c35e90b8d96b812d01 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 31 Jan 2013 18:06:01 +0100 Subject: [PATCH] fix xmltodict from telecaster --- telecaster/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = '_-_' -- 2.39.5