summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/creation.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-12 15:20:40 -0500
committerTim Graham <timograham@gmail.com>2015-01-14 14:16:20 -0500
commit28308078f397d1de36fd0da417ac7da2544ba12d (patch)
tree80207ff582b2350d058c1c7c49072b761391c04f /django/db/backends/oracle/creation.py
parent737d24923ac69bb8b89af1bb2f3f4c4c744349e8 (diff)
downloaddjango-28308078f397d1de36fd0da417ac7da2544ba12d.tar.gz
Fixed #22603 -- Reorganized classes in django.db.backends.
Diffstat (limited to 'django/db/backends/oracle/creation.py')
-rw-r--r--django/db/backends/oracle/creation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/oracle/creation.py b/django/db/backends/oracle/creation.py
index 1c1c435fa1..de9de2c5b1 100644
--- a/django/db/backends/oracle/creation.py
+++ b/django/db/backends/oracle/creation.py
@@ -2,7 +2,7 @@ import sys
import time
from django.conf import settings
-from django.db.backends.creation import BaseDatabaseCreation
+from django.db.backends.base.creation import BaseDatabaseCreation
from django.db.utils import DatabaseError
from django.utils.six.moves import input