]> git.parisson.com Git - telecaster-client.git/commitdiff
fix xmltodict from telecaster
authoryomguy <yomguy@parisson.com>
Thu, 31 Jan 2013 17:06:01 +0000 (18:06 +0100)
committeryomguy <yomguy@parisson.com>
Thu, 31 Jan 2013 17:06:01 +0000 (18:06 +0100)
telecaster/models.py

index 18e08fd614f12e7a48dad40b25a41e2f2a8ee68b..d5463b29d621c4851c97258366867cffd7d6fabe 100644 (file)
@@ -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 = '_-_'