mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-19 11:28:19 -04:00
Move Mode module into its own folder
This commit is contained in:
parent
7afee90cd2
commit
62718d1c8b
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue