mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-27 16:29:41 -05:00
Move Mode module into its own folder
This commit is contained in:
parent
3fd7581995
commit
7c61483ae9
@ -22,9 +22,9 @@ from PyQt5 import QtCore, QtWidgets, QtGui
|
|||||||
from onionshare import strings
|
from onionshare import strings
|
||||||
from onionshare.common import ShutdownTimer
|
from onionshare.common import ShutdownTimer
|
||||||
|
|
||||||
from .server_status import ServerStatus
|
from ..server_status import ServerStatus
|
||||||
from .threads import OnionThread
|
from ..threads import OnionThread
|
||||||
from .widgets import Alert
|
from ..widgets import Alert
|
||||||
|
|
||||||
class Mode(QtWidgets.QWidget):
|
class Mode(QtWidgets.QWidget):
|
||||||
"""
|
"""
|
Loading…
Reference in New Issue
Block a user