Skip to content

Commit 159b483

Browse files
committed
整理another_window文件夹
1 parent 0cd02e1 commit 159b483

20 files changed

Lines changed: 14 additions & 14 deletions

app/page_building/another_window.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
from app.page_building.page_template import PageTemplate
44
from app.page_building.window_template import SimpleWindowTemplate
55
from app.view.another_window.contributor import contributor_page
6-
from app.view.another_window.import_student_name import ImportStudentNameWindow
7-
from app.view.another_window.set_class_name import SetClassNameWindow
8-
from app.view.another_window.name_setting import NameSettingWindow
9-
from app.view.another_window.gender_setting import GenderSettingWindow
10-
from app.view.another_window.group_setting import GroupSettingWindow
11-
from app.view.another_window.import_prize_name import ImportPrizeNameWindow
12-
from app.view.another_window.set_pool_name import SetPoolNameWindow
13-
from app.view.another_window.prize_name_setting import PrizeNameSettingWindow
14-
from app.view.another_window.prize_weight_setting import PrizeWeightSettingWindow
6+
from app.view.another_window.student.import_student_name import ImportStudentNameWindow
7+
from app.view.another_window.student.set_class_name import SetClassNameWindow
8+
from app.view.another_window.student.name_setting import NameSettingWindow
9+
from app.view.another_window.student.gender_setting import GenderSettingWindow
10+
from app.view.another_window.student.group_setting import GroupSettingWindow
11+
from app.view.another_window.prize.import_prize_name import ImportPrizeNameWindow
12+
from app.view.another_window.prize.set_pool_name import SetPoolNameWindow
13+
from app.view.another_window.prize.prize_name_setting import PrizeNameSettingWindow
14+
from app.view.another_window.prize.prize_weight_setting import PrizeWeightSettingWindow
1515
from app.view.another_window.remaining_list import RemainingListPage
1616
from app.Language.obtain_language import *
1717
from app.tools.variable import *

app/page_building/security_window.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from app.page_building.page_template import PageTemplate
22
from app.page_building.window_template import SimpleWindowTemplate
3-
from app.view.another_window.set_password import SetPasswordWindow
4-
from app.view.another_window.set_totp import SetTotpWindow
5-
from app.view.another_window.bind_usb import BindUsbWindow
6-
from app.view.another_window.unbind_usb import UnbindUsbWindow
7-
from app.view.another_window.verify_password import VerifyPasswordWindow
3+
from app.view.another_window.security.set_password import SetPasswordWindow
4+
from app.view.another_window.security.set_totp import SetTotpWindow
5+
from app.view.another_window.usb.bind_usb import BindUsbWindow
6+
from app.view.another_window.usb.unbind_usb import UnbindUsbWindow
7+
from app.view.another_window.security.verify_password import VerifyPasswordWindow
88
from app.Language.obtain_language import *
99

1010
_security_window_instances = {}

app/view/another_window/prize/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/view/another_window/security/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)