summaryrefslogtreecommitdiff
path: root/nephilim/connect_wg.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-15 10:32:01 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-15 10:32:01 +0100
commit8c111a95f19f4216c300ef8e4d04146fa611efe1 (patch)
treec1b5824387af39a6aeb74889022116b4281101b8 /nephilim/connect_wg.py
parentdeb35230eb8ded52e9450cf1cc0aa218c62b9e02 (diff)
Convert to python3.HEADstickers
Diffstat (limited to 'nephilim/connect_wg.py')
-rw-r--r--nephilim/connect_wg.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nephilim/connect_wg.py b/nephilim/connect_wg.py
index 6c5cad9..b73b765 100644
--- a/nephilim/connect_wg.py
+++ b/nephilim/connect_wg.py
@@ -17,7 +17,6 @@
#
from PyQt5 import QtGui, QtWidgets, QtCore
-import time
class ConnectWidget(QtWidgets.QWidget):
host_txt = None