summaryrefslogtreecommitdiff
path: root/dbus/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/exceptions.py')
-rw-r--r--dbus/exceptions.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbus/exceptions.py b/dbus/exceptions.py
index 60ba3fd..801ede6 100644
--- a/dbus/exceptions.py
+++ b/dbus/exceptions.py
@@ -1,6 +1,6 @@
"""D-Bus exceptions."""
-__all__ = ('DBusException', 'ConnectionError', 'MissingErrorHandlerException',
+__all__ = ('DBusException', 'MissingErrorHandlerException',
'MissingReplyHandlerException', 'ValidationException',
'IntrospectionParserException', 'UnknownMethodException',
'NameExistsException')
@@ -8,7 +8,6 @@ __all__ = ('DBusException', 'ConnectionError', 'MissingErrorHandlerException',
import _dbus_bindings
DBusException = _dbus_bindings.DBusException
-ConnectionError = _dbus_bindings.ConnectionError
class MissingErrorHandlerException(DBusException):
def __init__(self):