Skip to content

Commit

Permalink
fixed tagging test in check-dependencies to not depend on DJANGO_SETT…
Browse files Browse the repository at this point in the history
…INGS_MODULE et al
  • Loading branch information
cdavis committed Sep 9, 2011
1 parent 8452cb6 commit 45801a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-dependencies.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@


# Test for django-tagging # Test for django-tagging
try: try:
import tagging.fields import tagging
except: except:
print "[FATAL] Unable to import the 'tagging' module, do you have django-tagging installed for python %s?" % py_version print "[FATAL] Unable to import the 'tagging' module, do you have django-tagging installed for python %s?" % py_version
fatal += 1 fatal += 1
Expand Down

0 comments on commit 45801a7

Please sign in to comment.