diff options
author | Rael <rael.gc@gmail.com> | 2015-10-15 06:02:33 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-15 06:02:33 -0300 |
commit | 395973cbad5a7e13997ec1db148447c9edf7d30d (patch) | |
tree | 9faf17f12ecd29771237fc025551fcf5f815ec88 | |
parent | 456cbf6ea74020423bc130a47171cb975251e913 (diff) | |
download | scudcloud-395973cbad5a7e13997ec1db148447c9edf7d30d.zip scudcloud-395973cbad5a7e13997ec1db148447c9edf7d30d.tar.gz scudcloud-395973cbad5a7e13997ec1db148447c9edf7d30d.tar.bz2 |
Removing no more required libraries
-rw-r--r-- | scudcloud-1.0/debian/control | 1 | ||||
-rwxr-xr-x | scudcloud-1.0/lib/scudcloud.py | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/scudcloud-1.0/debian/control b/scudcloud-1.0/debian/control index b4ed8f9..d25cae5 100644 --- a/scudcloud-1.0/debian/control +++ b/scudcloud-1.0/debian/control @@ -11,7 +11,6 @@ Architecture: all Depends: libqtwebkit4 (>= 2.3.2), python3, python3-dbus, - python3-dbus.mainloop.qt, python3-pyqt4, xdg-utils, ${misc:Depends} diff --git a/scudcloud-1.0/lib/scudcloud.py b/scudcloud-1.0/lib/scudcloud.py index e1bc8ad..73f6e7b 100755 --- a/scudcloud-1.0/lib/scudcloud.py +++ b/scudcloud-1.0/lib/scudcloud.py @@ -14,13 +14,6 @@ from PyQt4.QtCore import QUrl, QSettings from PyQt4.QtWebKit import QWebSettings, QWebPage from PyQt4.QtNetwork import QNetworkDiskCache -# Auto-detection of dbus and dbus.mainloop.qt -try: - import dbus - from dbus.mainloop.qt import DBusQtMainLoop -except ImportError: - DBusQtMainLoop = None - # Auto-detection of Unity and Dbusmenu in gi repository try: from gi.repository import Unity, Dbusmenu |