aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-10-16 08:22:20 -0300
committerRael <rael.gc@gmail.com>2015-10-16 08:22:20 -0300
commit8d707a187d06355d5b75a86987eeb1563fa3c1f9 (patch)
tree02ee74ba1f1cc51c248a04e5a5d3726133bd1ac9
parent6fc931e20c33e40513015d31bd3bc18b0148aa8a (diff)
downloadscudcloud-8d707a187d06355d5b75a86987eeb1563fa3c1f9.zip
scudcloud-8d707a187d06355d5b75a86987eeb1563fa3c1f9.tar.gz
scudcloud-8d707a187d06355d5b75a86987eeb1563fa3c1f9.tar.bz2
Removing unused import
-rw-r--r--scudcloud-1.0/lib/wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scudcloud-1.0/lib/wrapper.py b/scudcloud-1.0/lib/wrapper.py
index f77cae7..2864876 100644
--- a/scudcloud-1.0/lib/wrapper.py
+++ b/scudcloud-1.0/lib/wrapper.py
@@ -3,7 +3,7 @@ from urllib import request
from urllib.parse import urlparse
from resources import Resources
from PyQt4 import QtWebKit, QtGui, QtCore
-from PyQt4.Qt import QApplication, QKeySequence, QTimer
+from PyQt4.Qt import QApplication, QKeySequence
from PyQt4.QtCore import QBuffer, QByteArray, QUrl
from PyQt4.QtWebKit import QWebView, QWebPage, QWebSettings
from PyQt4.QtNetwork import QNetworkProxy