mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 18:05:05 -04:00
Rename tor_connection_dialog.py to tor_connection.py
This commit is contained in:
parent
51997f870b
commit
876b96b635
3 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue