diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2008-08-11 14:16:09 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-08-11 14:16:09 +0000 |
| commit | 97fd752fe73d644bc83ad4535c6f4b219c5e7bc7 (patch) | |
| tree | b53202b747a5d97fa7628456ccce570ec2fe1c26 | |
| parent | 222e7983bd2756159018e7f97c24225b338f06a7 (diff) | |
Removed some empty modules that are no longer required after [8296].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/db/backends/dummy/client.py | 0 | ||||
| -rw-r--r-- | django/db/backends/dummy/creation.py | 0 | ||||
| -rw-r--r-- | django/db/backends/dummy/introspection.py | 0 | ||||
| -rw-r--r-- | django/db/backends/postgresql_psycopg2/client.py | 0 | ||||
| -rw-r--r-- | django/db/backends/postgresql_psycopg2/creation.py | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/django/db/backends/dummy/client.py b/django/db/backends/dummy/client.py deleted file mode 100644 index e69de29bb2..0000000000 --- a/django/db/backends/dummy/client.py +++ /dev/null diff --git a/django/db/backends/dummy/creation.py b/django/db/backends/dummy/creation.py deleted file mode 100644 index e69de29bb2..0000000000 --- a/django/db/backends/dummy/creation.py +++ /dev/null diff --git a/django/db/backends/dummy/introspection.py b/django/db/backends/dummy/introspection.py deleted file mode 100644 index e69de29bb2..0000000000 --- a/django/db/backends/dummy/introspection.py +++ /dev/null diff --git a/django/db/backends/postgresql_psycopg2/client.py b/django/db/backends/postgresql_psycopg2/client.py deleted file mode 100644 index e69de29bb2..0000000000 --- a/django/db/backends/postgresql_psycopg2/client.py +++ /dev/null diff --git a/django/db/backends/postgresql_psycopg2/creation.py b/django/db/backends/postgresql_psycopg2/creation.py deleted file mode 100644 index e69de29bb2..0000000000 --- a/django/db/backends/postgresql_psycopg2/creation.py +++ /dev/null |
