diff options
-rw-r--r-- | module/gui/connector.py | 2 | ||||
-rwxr-xr-x | pyLoadGui.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/module/gui/connector.py b/module/gui/connector.py index 9ca164625..b3855fa77 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@ @author: mkaay """ -SERVER_VERSION = "0.3.1" +SERVER_VERSION = "0.3.2" from time import sleep from uuid import uuid4 as uuid diff --git a/pyLoadGui.py b/pyLoadGui.py index 417e72b8a..0287faf14 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -21,7 +21,7 @@ import sys -from time import sleep, time +from time import sleep from PyQt4.QtCore import * from PyQt4.QtGui import * |