Skip to content

Commit

Permalink
better south detection from miracle2k; fixes jazzband#9
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalogh committed Apr 4, 2010
1 parent 46aa1c2 commit 30d49f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_nose/management/commands/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from django.test.utils import get_runner


try:
if 'south' in settings.INSTALLED_APPS:
from south.management.commands.test import Command
except ImportError:
else:
from django.core.management.commands.test import Command


Expand Down

0 comments on commit 30d49f0

Please sign in to comment.