diff options
author | mkaay <mkaay@mkaay.de> | 2009-12-17 18:47:06 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-12-17 18:47:06 +0100 |
commit | d63ba825e039fbfd78d87b07efb7fdff0fdebeeb (patch) | |
tree | 54868fb041ece4d18a7afeaa6af8e3b3ae7f90ba | |
parent | splited gui file, extended .hgignore (diff) | |
download | pyload-d63ba825e039fbfd78d87b07efb7fdff0fdebeeb.tar.xz |
fixed QueueManager
-rw-r--r-- | module/gui/ConnectionManager.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/gui/ConnectionManager.py b/module/gui/ConnectionManager.py index a7f2aaf38..c997eee19 100644 --- a/module/gui/ConnectionManager.py +++ b/module/gui/ConnectionManager.py @@ -19,6 +19,8 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * +from uuid import uuid4 as uuid + class ConnectionManager(QWidget): def __init__(self): QWidget.__init__(self) |