Removed unneeded sys import added in previous commit

This commit is contained in:
Claude Paroz 2012-05-26 11:53:33 +02:00
parent 3b5083bee5
commit 12f4bd74fc
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from django.core import serializers
from django.db import router, DEFAULT_DB_ALIAS
from django.utils.datastructures import SortedDict
import sys
from optparse import make_option
class Command(BaseCommand):