Fixed a mistaken import from the mysql backend that had snuck through.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-03-21 20:44:15 +00:00
parent dcc8442390
commit 3f3f51d942
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from django.db.backends.mysql.base import quote_name
from django.db.backends.mysql_old.base import quote_name
from MySQLdb import ProgrammingError, OperationalError
from MySQLdb.constants import FIELD_TYPE
import re