Updated the path handling in test-crawl to match its new location.
- Legacy-Id: 8464
This commit is contained in:
parent
fd82d280e6
commit
7bb5c69828
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue