diff options
| author | Jannis Leidel | 2012-04-04 21:27:27 +0200 | 
|---|---|---|
| committer | Jannis Leidel | 2012-04-04 21:27:27 +0200 | 
| commit | 3c791017fa316c4d672b2070a36218ba7acc78f1 (patch) | |
| tree | d98365714ce926175791ba851440c635227b8ae8 /debug_toolbar/__init__.py | |
| parent | d161058c9eb6a9ecb634084e6a4ed718afc45e28 (diff) | |
| download | django-debug-toolbar-3c791017fa316c4d672b2070a36218ba7acc78f1.tar.bz2 | |
Moved loader into models module.
Diffstat (limited to 'debug_toolbar/__init__.py')
| -rw-r--r-- | debug_toolbar/__init__.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py index d0bc5b8..48da4a6 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -5,7 +5,3 @@ try:          .get_distribution('django-debug-toolbar').version  except Exception, e:      VERSION = 'unknown' - -from debug_toolbar.toolbar.loader import load_panel_classes - -load_panel_classes() | 
