summaryrefslogtreecommitdiffstats
path: root/webapp/run.py
diff options
context:
space:
mode:
authorgroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-13 23:51:42 -0400
committergroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-13 23:51:42 -0400
commitcc3d2cd333f6c0c18a201d4ede36b1c62e9caef8 (patch)
tree42325e072f934e42b969a3219b35e73a51e51b9d /webapp/run.py
parent86761b1f1075953a08944d178b05c0b3c259d243 (diff)
downloadbridge-cc3d2cd333f6c0c18a201d4ede36b1c62e9caef8.tar.zst
Package include path fix and add optimization for computing coverage
Diffstat (limited to 'webapp/run.py')
-rwxr-xr-xwebapp/run.py2
1 files changed, 1 insertions, 1 deletions
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