Move Mode module into its own folder

This commit is contained in:
Micah Lee 2018-10-07 14:48:15 -07:00
parent 7afee90cd2
commit 62718d1c8b

View File

@ -22,9 +22,9 @@ from PyQt5 import QtCore, QtWidgets, QtGui
from onionshare import strings
from onionshare.common import ShutdownTimer
from .server_status import ServerStatus
from .threads import OnionThread
from .widgets import Alert
from ..server_status import ServerStatus
from ..threads import OnionThread
from ..widgets import Alert
class Mode(QtWidgets.QWidget):
"""