]> git.parisson.com Git - timeside.git/commitdiff
fix imports
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 3 Apr 2014 23:47:42 +0000 (01:47 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 3 Apr 2014 23:47:42 +0000 (01:47 +0200)
timeside/models.py

index 79ae2817f1bc094bebae104a7520a638b8ba8511..d504b1848208e316c4088f4ac0a871da8e3a0a42 100644 (file)
@@ -1,13 +1,13 @@
 # -*- coding: utf-8 -*-
 
+import timeside, os, uuid, time, hashlib, mimetypes
+
+from timeside.analyzer.core import AnalyzerResultContainer, AnalyzerResult
+
 from django.db import models
 from django.utils.translation import ugettext_lazy as _
 from django.contrib.auth.models import User
 
-import os, uuid, time, hashlib, mimetypes
-import timeside
-
-from timeside.analyzer.core import AnalyzerResultContainer
 from jsonfield import JSONField