fix tests

This commit is contained in:
Kenneth Reitz
2012-04-30 13:53:05 -04:00
parent 375796063b
commit 233df5d59d
15 changed files with 2 additions and 255 deletions
Binary file not shown.
@@ -1,10 +0,0 @@
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "haystack.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)