summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Server/Hostbase/test/harness.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/test/harness.py b/src/lib/Server/Hostbase/test/harness.py
index 05e473609..befcff5c0 100644
--- a/src/lib/Server/Hostbase/test/harness.py
+++ b/src/lib/Server/Hostbase/test/harness.py
@@ -6,4 +6,6 @@ server_hostbase = os.path.realpath(here + '../../../../')
sys.path.insert(0,server_hostbase)
sys.path.insert(0,server_hostbase + '../')
-sys.path.insert(0,'/home/dahl/Code/bcfg2/src/lib/Server/Hostbase')
+#commented this out, but might be needed for now until the harness is figured out
+#if so, use your actual path to the Hostbase module
+#sys.path.insert(0,'/home/dahl/Code/bcfg2/src/lib/Server/Hostbase')