diff options
Diffstat (limited to 'lib/utils/inkscape.py')
| -rw-r--r-- | lib/utils/inkscape.py | 1 |
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, "..", "..", "..")) |
