Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Fairs committed Jun 12, 2012
1 parent 0fc1a43 commit 31bb17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonames/management/commands/download_geonames.py
Expand Up @@ -7,6 +7,7 @@
import urlparse
from optparse import make_option

from django.conf import settings
from django.core.management.base import NoArgsCommand

from .compress_geonames import GEONAMES_DATA, GEONAMES_DATA_PC
Expand Down

0 comments on commit 31bb17d

Please sign in to comment.