summaryrefslogtreecommitdiff
path: root/dbus/glib.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-07-18 21:26:10 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-07-18 21:26:10 +0100
commitf5eb61dce982d6c51a78f5bb745ebd632ef1ad70 (patch)
tree7d968a425c14136fc324de034770ce14a5bb742d /dbus/glib.py
parent4cab9350dda0b36446d7b2a935bd6451a38e67a2 (diff)
downloaddbus-python-f5eb61dce982d6c51a78f5bb745ebd632ef1ad70.tar.gz
Try to avoid importing things from _dbus_bindings when they could be imported from public API
Diffstat (limited to 'dbus/glib.py')
-rw-r--r--dbus/glib.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbus/glib.py b/dbus/glib.py
index 548f121..6570fda 100644
--- a/dbus/glib.py
+++ b/dbus/glib.py
@@ -31,8 +31,6 @@ equivalent code::
__docformat__ = 'restructuredtext'
from dbus.mainloop.glib import DBusGMainLoop, threads_init
-import _dbus_glib_bindings
-import _dbus_bindings
init_threads = threads_init