Oops
[oweals/karmaworld.git] / karmaworld / settings / common.py
index 23c6f34deadab5cef094199cae71238420a7d3e8..8993be64f3a87bb8b1356d93e5f116e5df00e10c 100644 (file)
@@ -372,7 +372,6 @@ TAGGIT_STOPWORDS = [u'a', u'an', u'and', u'be', u'from', u'of']
 ########## END TAGGIT CONFIGURATION
 
 ########## TESTING CONFIGURATION
-if 'test' in sys.argv:
-    TESTING = True
+TESTING = 'test' in sys.argv
 ########## END TESTING CONFIGURATION