summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-17 18:47:06 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-17 18:47:06 +0100
commitd63ba825e039fbfd78d87b07efb7fdff0fdebeeb (patch)
tree54868fb041ece4d18a7afeaa6af8e3b3ae7f90ba
parentsplited gui file, extended .hgignore (diff)
downloadpyload-d63ba825e039fbfd78d87b07efb7fdff0fdebeeb.tar.xz
fixed QueueManager
-rw-r--r--module/gui/ConnectionManager.py2
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)