summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-11-22 18:18:13 +0000
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-11-22 18:18:13 +0000
commit5bcdc1378cceb0885fc2138e55259f15a83fa1ce (patch)
tree294b74ca62fbb0eb5e31170ffc9181dd0c35f03a /setup.py
parent08971243466ab63ea19a20a1c1f1fd0d98714541 (diff)
Add short-term backwards compatibility with dbus_bindings (various programs try to catch dbus_bindings.DBusException)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 95b95b2..532f040 100644
--- a/setup.py
+++ b/setup.py
@@ -149,6 +149,8 @@ setup(
maintainer_email='johnp@redhat.com',
package_dir={'dbus':'dbus'},
py_modules=[
+ "dbus_bindings",
+ "dbus/dbus_bindings",
"dbus/_dbus",
"dbus/exceptions",
"dbus/glib",