diff options
Diffstat (limited to 'django/db/backends/oracle/client.py')
-rw-r--r-- | django/db/backends/oracle/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/oracle/client.py b/django/db/backends/oracle/client.py index 75be718d6f..da4f5af275 100644 --- a/django/db/backends/oracle/client.py +++ b/django/db/backends/oracle/client.py @@ -1,6 +1,6 @@ import subprocess -from django.db.backends import BaseDatabaseClient +from django.db.backends.base.client import BaseDatabaseClient class DatabaseClient(BaseDatabaseClient): |