mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 21:51:32 -05:00
Rename tor_connection_dialog.py to tor_connection.py
This commit is contained in:
parent
51997f870b
commit
876b96b635
@ -23,7 +23,7 @@ import time
|
|||||||
from PySide2 import QtCore, QtWidgets, QtGui
|
from PySide2 import QtCore, QtWidgets, QtGui
|
||||||
|
|
||||||
from . import strings
|
from . import strings
|
||||||
from .tor_connection_dialog import TorConnectionDialog
|
from .tor_connection import TorConnectionDialog
|
||||||
from .widgets import Alert
|
from .widgets import Alert
|
||||||
from .update_checker import UpdateThread
|
from .update_checker import UpdateThread
|
||||||
from .tab_widget import TabWidget
|
from .tab_widget import TabWidget
|
||||||
|
@ -29,7 +29,7 @@ from onionshare_cli.onion import Onion
|
|||||||
|
|
||||||
from . import strings
|
from . import strings
|
||||||
from .widgets import Alert
|
from .widgets import Alert
|
||||||
from .tor_connection_dialog import TorConnectionWidget
|
from .tor_connection import TorConnectionWidget
|
||||||
from .moat_dialog import MoatDialog
|
from .moat_dialog import MoatDialog
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user