Skip to content

Commit dc51e1b

Browse files
committed
Rename ui folder to wwr_ui
1 parent 32ed407 commit dc51e1b

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
from PySide2.QtCore import *
44
from PySide2.QtWidgets import *
55

6-
from ui.ui_randomizer_window import Ui_MainWindow
7-
from ui.options import OPTIONS, NON_PERMALINK_OPTIONS
8-
from ui.update_checker import check_for_updates, LATEST_RELEASE_DOWNLOAD_PAGE_URL
6+
from wwr_ui.ui_randomizer_window import Ui_MainWindow
7+
from wwr_ui.options import OPTIONS, NON_PERMALINK_OPTIONS
8+
from wwr_ui.update_checker import check_for_updates, LATEST_RELEASE_DOWNLOAD_PAGE_URL
99

1010
import random
1111
from collections import OrderedDict

wwrando.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import sys
88

9-
from ui.randomizer_window import WWRandomizerWindow
9+
from wwr_ui.randomizer_window import WWRandomizerWindow
1010

1111
try:
1212
from sys import _MEIPASS

0 commit comments

Comments
 (0)