From cc3d2cd333f6c0c18a201d4ede36b1c62e9caef8 Mon Sep 17 00:00:00 2001 From: group1 Date: Thu, 13 Oct 2016 23:51:42 -0400 Subject: Package include path fix and add optimization for computing coverage --- webapp/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp') diff --git a/webapp/run.py b/webapp/run.py index 2290f41..fb270a9 100755 --- a/webapp/run.py +++ b/webapp/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import sys -sys.path.append('packages') +sys.path.append('webapp/packages') import threading -- cgit v1.3.1