From 7bb5c698281212780faf7b5d652c776d095faa14 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 24 Oct 2014 12:21:57 +0000 Subject: [PATCH] Updated the path handling in test-crawl to match its new location. - Legacy-Id: 8464 --- bin/test-crawl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test-crawl b/bin/test-crawl index 7dd98f5e6..ae022001b 100755 --- a/bin/test-crawl +++ b/bin/test-crawl @@ -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")