mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-21 04:54:14 -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 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…
Add table
Add a link
Reference in a new issue