From 8c111a95f19f4216c300ef8e4d04146fa611efe1 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 15 Jan 2021 10:32:01 +0100 Subject: Convert to python3. --- nephilim/connect_wg.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nephilim/connect_wg.py') 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 -- cgit v1.2.3