mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 23:39:31 -05:00
Rename tor_connection_dialog.py to tor_connection.py
This commit is contained in:
parent
1420b28d23
commit
4897015ad7
@ -23,7 +23,7 @@ import time
|
||||
from PySide2 import QtCore, QtWidgets, QtGui
|
||||
|
||||
from . import strings
|
||||
from .tor_connection_dialog import TorConnectionDialog
|
||||
from .tor_connection import TorConnectionDialog
|
||||
from .widgets import Alert
|
||||
from .update_checker import UpdateThread
|
||||
from .tab_widget import TabWidget
|
||||
|
@ -29,7 +29,7 @@ from onionshare_cli.onion import Onion
|
||||
|
||||
from . import strings
|
||||
from .widgets import Alert
|
||||
from .tor_connection_dialog import TorConnectionWidget
|
||||
from .tor_connection import TorConnectionWidget
|
||||
from .moat_dialog import MoatDialog
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user