diff options
| author | 2010-11-27 00:38:26 +0100 | |
|---|---|---|
| committer | 2010-11-27 00:38:26 +0100 | |
| commit | 1f3364993cfce318858eb40b6c81191978a78374 (patch) | |
| tree | 8d27b6d7652e1462e2895061da101dffd7666869 /module | |
| parent | more fixes (diff) | |
| download | pyload-1f3364993cfce318858eb40b6c81191978a78374.tar.xz | |
pyLoad 0.4.3v0.4.3
Diffstat (limited to 'module')
| -rw-r--r-- | module/gui/connector.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/module/gui/connector.py b/module/gui/connector.py index 8417b888e..14cf77ebb 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@      @author: mkaay  """ -SERVER_VERSION = "0.4.2" +SERVER_VERSION = "0.4.3"  from time import sleep  from uuid import uuid4 as uuid | 
