manage: remove dead sys.path manipulations

This commit is contained in:
Benjamin Dauvergne 2013-06-14 14:22:21 +02:00
parent 452fd05c37
commit 106d34c7f0
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#!/usr/bin/env python
import os, sys
sys.path.append(os.path.dirname(__file__))
sys.path.append(os.path.join(os.path.dirname(__file__), 'authentic2', 'vendor'))
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "authentic2.settings")
os.environ.setdefault('DEBUG', '1')