aboutsummaryrefslogtreecommitdiffstats
path: root/scudcloud-1.0/lib/leftpane.py
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-09-16 20:36:46 -0300
committerRael <rael.gc@gmail.com>2015-09-16 20:36:46 -0300
commitf79a10625b55b00fdb7d63f1923904711b36f0ae (patch)
tree372fea7367e25a21285c84265ef49d9486280c0a /scudcloud-1.0/lib/leftpane.py
parenteaec1deab877cffeac8dac15ff6d77b64efcb703 (diff)
downloadscudcloud-f79a10625b55b00fdb7d63f1923904711b36f0ae.zip
scudcloud-f79a10625b55b00fdb7d63f1923904711b36f0ae.tar.gz
scudcloud-f79a10625b55b00fdb7d63f1923904711b36f0ae.tar.bz2
Removing unused imports in LeftPane
Diffstat (limited to 'scudcloud-1.0/lib/leftpane.py')
-rw-r--r--scudcloud-1.0/lib/leftpane.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/scudcloud-1.0/lib/leftpane.py b/scudcloud-1.0/lib/leftpane.py
index a41357e..0f05ede 100644
--- a/scudcloud-1.0/lib/leftpane.py
+++ b/scudcloud-1.0/lib/leftpane.py
@@ -1,8 +1,7 @@
from resources import Resources
-from PyQt4 import QtWebKit, QtGui, QtCore
-from PyQt4.Qt import QApplication, QKeySequence
-from PyQt4.QtCore import QBuffer, QByteArray, QUrl, SIGNAL
-from PyQt4.QtWebKit import QWebView, QWebPage, QWebSettings
+from PyQt4 import QtCore
+from PyQt4.QtCore import QUrl
+from PyQt4.QtWebKit import QWebView, QWebSettings
class LeftPane(QWebView):