diff options
| author | David Cramer | 2012-01-12 19:13:47 -0800 |
|---|---|---|
| committer | David Cramer | 2012-01-12 19:13:47 -0800 |
| commit | 01cd08518ded622d3308dd539b00ebbf7012894e (patch) | |
| tree | a9cca14ff92d4602a51d4999430574587a733d1d /debug_toolbar/utils/compat/db.py | |
| parent | c4eeef24faa81e7bc64ebfbd72c046f25c7b3381 (diff) | |
| download | django-debug-toolbar-01cd08518ded622d3308dd539b00ebbf7012894e.tar.bz2 | |
pep8
Diffstat (limited to 'debug_toolbar/utils/compat/db.py')
| -rw-r--r-- | debug_toolbar/utils/compat/db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/utils/compat/db.py b/debug_toolbar/utils/compat/db.py index 4273d9e..6ff09ec 100644 --- a/debug_toolbar/utils/compat/db.py +++ b/debug_toolbar/utils/compat/db.py @@ -10,4 +10,4 @@ except ImportError: 'default': { 'ENGINE': settings.DATABASE_ENGINE, } - }
\ No newline at end of file + } |
