mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-08 20:47:50 +08:00
Remove non-necessary pre-import
This commit is contained in:
parent
8a52ec7ba5
commit
08456c0aef
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import ofunctions.logger_utils
|
||||||
from ofunctions.process import kill_childs
|
from ofunctions.process import kill_childs
|
||||||
import PySimpleGUI as sg
|
import PySimpleGUI as sg
|
||||||
|
|
||||||
sys.path.insert(0, os.path.normpath(os.path.join(os.path.dirname(__file__), "..")))
|
|
||||||
|
|
||||||
from npbackup.customization import (
|
from npbackup.customization import (
|
||||||
PYSIMPLEGUI_THEME,
|
PYSIMPLEGUI_THEME,
|
||||||
|
|
Loading…
Add table
Reference in a new issue