mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fix #7910 -- Added a missing import used when "django-admin.py compilemessages"
is run from a bad root directory. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cdc6415fdf
commit
453a5bcd97
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
import sys
|
||||
from optparse import make_option
|
||||
from django.core.management.base import BaseCommand
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
|
||||
try:
|
||||
set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue