1
0
mirror of https://github.com/django/django.git synced 2025-02-04 22:47:53 +00:00

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

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):