From: Guillaume Pellerin Date: Mon, 19 Jan 2015 08:14:38 +0000 (+0100) Subject: fix import X-Git-Tag: 0.7^2~17 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c5d829ddc06ace93cfbe1913944fcbab3d4b0b8b;p=timeside.git fix import --- diff --git a/timeside/server/models.py b/timeside/server/models.py index eaee91b..e936c34 100644 --- a/timeside/server/models.py +++ b/timeside/server/models.py @@ -23,12 +23,12 @@ # Guillaume Pellerin # Thomas Fillon -import timeside + import os import uuid - import mimetypes +import timeside.core from timeside.plugins.decoder.utils import sha1sum_file from django.db import models