Browse Source

test-packages/dbus: add SystemBus

This is needed in travis.
Wojtek Porczyk 8 years ago
parent
commit
37018952d1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test-packages/dbus.py

+ 3 - 0
test-packages/dbus.py

@@ -1,2 +1,5 @@
 class DBusException(Exception):
     pass
+
+class SystemBus(object):
+    pass