summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-13 22:37:35 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-13 22:38:00 -0400
commitf327ddd83f9627a152f6af48b95057d7805b4abe (patch)
tree0736ef72dfe75d45ec6786f3c543b5449849cebf
parentf47f5faad52af399946d375e3650ac26b664baf1 (diff)
downloadtalos-skeleton-f327ddd83f9627a152f6af48b95057d7805b4abe.tar.gz
talos-skeleton-f327ddd83f9627a152f6af48b95057d7805b4abe.zip
inventory: add missing json import
Change-Id: I89215bdaf5aa02d0063b6164454b56a7cc19cb37 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--pyinventorymgr/inventory_items.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyinventorymgr/inventory_items.py b/pyinventorymgr/inventory_items.py
index 16ae6d0..c815b37 100644
--- a/pyinventorymgr/inventory_items.py
+++ b/pyinventorymgr/inventory_items.py
@@ -3,6 +3,7 @@
import os
import sys
import gobject
+import json
import dbus
import dbus.service
import dbus.mainloop.glib
OpenPOWER on IntegriCloud