diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-09-12 20:25:15 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-09-12 20:25:15 -0400 |
| commit | ba1c2ea78ffce7ac2c08e8b54f834024747d816f (patch) | |
| tree | 5002358cf08aa443de5db7de6e515f5d36cfa1d8 | |
| parent | c1567d4b7a3d3b8769c5d5e4e9b986d39849d1d9 (diff) | |
fix lint
| -rw-r--r-- | lib/utils/paths.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/paths.py b/lib/utils/paths.py index 0da8a154..6dbaf13d 100644 --- a/lib/utils/paths.py +++ b/lib/utils/paths.py @@ -9,6 +9,7 @@ def get_bundled_dir(name): else: return realpath(os.path.join(dirname(realpath(__file__)), '..', '..', name)) + def get_resource_dir(name): if getattr(sys, 'frozen', None) is not None: return realpath(os.path.join(sys._MEIPASS, name)) |
