summaryrefslogtreecommitdiff
path: root/client/jasperpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/jasperpath.py')
-rw-r--r--client/jasperpath.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/jasperpath.py b/client/jasperpath.py
index 53534ff..787e2e0 100644
--- a/client/jasperpath.py
+++ b/client/jasperpath.py
@@ -2,7 +2,8 @@
import os
# Jasper main directory
-APP_PATH = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), os.pardir))
+APP_PATH = os.path.normpath(os.path.join(
+ os.path.dirname(os.path.abspath(__file__)), os.pardir))
DATA_PATH = os.path.join(APP_PATH, "static")
LIB_PATH = os.path.join(APP_PATH, "client")