mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
Second half of little cleanup tweaks suggested by pyflakes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -692,7 +692,6 @@ startapp.args = "[appname]"
|
||||
def inspectdb():
|
||||
"Generator that introspects the tables in the given database name and returns a Django model, one line at a time."
|
||||
from django.db import connection, get_introspection_module
|
||||
from django.conf import settings
|
||||
import keyword
|
||||
|
||||
introspection_module = get_introspection_module()
|
||||
|
||||
Reference in New Issue
Block a user