Move Mode module into its own folder

This commit is contained in:
Micah Lee 2018-10-07 14:48:15 -07:00
parent 3fd7581995
commit 7c61483ae9
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

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):
"""