diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-09-08 21:39:34 -0400 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2016-09-12 19:25:57 +0000 |
| commit | 84ed6e17902e4e0894279e981dd11c0507a0ae43 (patch) | |
| tree | daf0bb9d16c5a76a44e4f39e0dc38462dfe5209f /obmc | |
| parent | 93d0cf0536411f6ddd7dac1bf3b1534e3abf96ac (diff) | |
| download | pyphosphor-84ed6e17902e4e0894279e981dd11c0507a0ae43.tar.gz pyphosphor-84ed6e17902e4e0894279e981dd11c0507a0ae43.zip | |
bindings: Add missing module imports
Change-Id: I498d6e2437b91263de825456125e3b805efa0179
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'obmc')
| -rw-r--r-- | obmc/dbuslib/bindings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obmc/dbuslib/bindings.py b/obmc/dbuslib/bindings.py index f3502cd..0135ce7 100644 --- a/obmc/dbuslib/bindings.py +++ b/obmc/dbuslib/bindings.py @@ -15,6 +15,8 @@ # permissions and limitations under the License. import dbus +import dbus.service +import dbus.exceptions OBJ_PREFIX = '/org/openbmc' |

