dbus-python move

This commit is contained in:
Ertuğrul Erata
2015-05-18 10:35:55 +03:00
parent 01b60bb85a
commit c4c95d0a83
5 changed files with 22 additions and 208 deletions
@@ -1,12 +0,0 @@
diff -Naur dbus-python-0.83.0.orig/dbus/connection.py dbus-python-0.83.0/dbus/connection.py
--- dbus-python-0.83.0.orig/dbus/connection.py 2009-04-22 13:58:33.000000000 +0300
+++ dbus-python-0.83.0/dbus/connection.py 2009-04-22 13:58:40.000000000 +0300
@@ -239,7 +239,7 @@
ProxyObjectClass = ProxyObject
def __init__(self, *args, **kwargs):
- super(Connection, self).__init__(*args, **kwargs)
+ super(Connection, self).__init__()
# this if-block is needed because shared bus connections can be
# __init__'ed more than once