Commit 12f4bd74 authored by Claude Paroz's avatar Claude Paroz
Browse files

Removed unneeded sys import added in previous commit

parent 3b5083be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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):