diff options
Diffstat (limited to 'client/jasperpath.py')
| -rw-r--r-- | client/jasperpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/jasperpath.py b/client/jasperpath.py index b8865cf..fdc1494 100644 --- a/client/jasperpath.py +++ b/client/jasperpath.py @@ -15,4 +15,4 @@ def config(*fname): return os.path.join(CONFIG_PATH, *fname) def data(*fname): - return os.path.join(DATA_PATH, *fname)
\ No newline at end of file + return os.path.join(DATA_PATH, *fname) |
