Kaydet (Commit) 81c8b3c6 authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Clean up the imports in loaddata.py to match other code whilst I'm in the neighbourhood.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 153b5a4a
from django.core.management.base import BaseCommand
from django.core.management.color import no_style
from optparse import make_option
import sys
import os
import bz2, gzip, zipfile
import gzip
import zipfile
from optparse import make_option
from django.core.management.base import BaseCommand
from django.core.management.color import no_style
try:
set
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment