Updated the path handling in test-crawl to match its new location.

- Legacy-Id: 8464
This commit is contained in:
Henrik Levkowetz 2014-10-24 12:21:57 +00:00
parent fd82d280e6
commit 7bb5c69828

View file

@ -3,7 +3,7 @@
import os, sys, re, datetime, argparse, traceback, tempfile
# boilerplate
basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../.."))
basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../"))
sys.path = [ basedir ] + sys.path
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ietf.settings")