From 2b1e8411ab5eaa7e1349b78d03270ab02ae2950d Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 6 Oct 2014 16:52:53 +0200 Subject: Fix flake8 style nits --- client/jasperpath.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/jasperpath.py') 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") -- cgit v1.3.1