summaryrefslogtreecommitdiff
path: root/lib/utils/inkscape.py
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-08-24 20:52:28 -0400
committerGitHub <noreply@github.com>2018-08-24 20:52:28 -0400
commit1de8487849a3f8f55d126e2687d690226e657fde (patch)
tree1bd891b97f8447cb3f513d073d20cea5d4534461 /lib/utils/inkscape.py
parentb3bb975401fe4971170239eea9b928ee13161398 (diff)
parent91eb98cc33602f19dddc186c034aed968e048404 (diff)
Merge pull request #288 from inkstitch/lexelby/style
fix coding style and enforce style checks in build
Diffstat (limited to 'lib/utils/inkscape.py')
-rw-r--r--lib/utils/inkscape.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/inkscape.py b/lib/utils/inkscape.py
index 2d0298bc..a650da69 100644
--- a/lib/utils/inkscape.py
+++ b/lib/utils/inkscape.py
@@ -1,6 +1,7 @@
from os.path import realpath, expanduser, join as path_join
import sys
+
def guess_inkscape_config_path():
if getattr(sys, 'frozen', None):
path = realpath(path_join(sys._MEIPASS, "..", "..", ".."))