dont update sort/find while import subtitles

This commit is contained in:
j 2012-03-09 19:27:28 +01:00
commit 42486c885e
5 changed files with 7 additions and 10 deletions

View file

@ -2,11 +2,7 @@
# vi:si:et:sw=4:sts=4:ts=4
from optparse import make_option
import os
from os.path import join, dirname, basename, splitext, exists
from django.core.management.base import BaseCommand, CommandError
from django.conf import settings
from django.core.management.base import BaseCommand
import monkey_patch.models
from ... import models