Skip to content

Commit 376a2af

Browse files
committed
fix issue with gui path
1 parent 7cf975d commit 376a2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/PyNutilGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import PyNutil
2121

2222
# Import UI component utilities
23-
from gui.ui_components import (
23+
from ui_components import (
2424
create_labeled_combo_with_button,
2525
create_horizontal_combo_with_button,
2626
get_path_display_name,

0 commit comments

Comments
 (0)