diff options
| author | tassaron | 2022-04-22 17:09:50 -0400 |
|---|---|---|
| committer | tassaron | 2022-04-22 17:09:50 -0400 |
| commit | 05d2ebc3c69f5a876d602004f69202c5ba8b09f7 (patch) | |
| tree | ea3eeb6f356ed2cb06b536878134dace39b38eb4 /src/gui/presetmanager.py | |
| parent | 2a66c3b77bb8c438a3f278da2d4d90a7ee476feb (diff) | |
make pip-installable as a package
Diffstat (limited to 'src/gui/presetmanager.py')
| -rw-r--r-- | src/gui/presetmanager.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/presetmanager.py b/src/gui/presetmanager.py index 2445760..1e47a7f 100644 --- a/src/gui/presetmanager.py +++ b/src/gui/presetmanager.py @@ -7,9 +7,9 @@ import string import os import logging -from toolkit import badName -from core import Core -from gui.actions import * +from ..toolkit import badName +from ..core import Core +from .actions import * log = logging.getLogger('AVP.Gui.PresetManager') |
