mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
To satisfy a very demanding and owly jsoa, I removed an unused variable. :P
This commit is contained in:
parent
0d167164a1
commit
123459eec1
1 changed files with 1 additions and 1 deletions
|
|
@ -139,5 +139,5 @@ try:
|
|||
from django.db.models.signals import post_syncdb
|
||||
from categories.migration import migrate_app
|
||||
post_syncdb.connect(migrate_app)
|
||||
except ImportError, e:
|
||||
except ImportError:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue