Missing imports

This commit is contained in:
Micah Lee 2018-10-07 21:57:45 -07:00
parent 49e371d503
commit 50c0d91c57
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -19,10 +19,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
""" """
import time import time
import subprocess import subprocess
import os
from datetime import datetime from datetime import datetime
from PyQt5 import QtCore, QtWidgets, QtGui from PyQt5 import QtCore, QtWidgets, QtGui
from onionshare import strings from onionshare import strings
from ..widgets import Alert
class HistoryItem(QtWidgets.QWidget): class HistoryItem(QtWidgets.QWidget):