summaryrefslogtreecommitdiffstats
path: root/pyinventorymgr
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-08 22:48:22 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-08 22:58:54 -0400
commit0f608de9cbe7b20ca50f4d38b273d96951471396 (patch)
tree35ef6250aa6326092786da3fd4c633074b211161 /pyinventorymgr
parent14c8286a7e4e81481e1387238ce1efaf72ea3e14 (diff)
downloadtalos-skeleton-0f608de9cbe7b20ca50f4d38b273d96951471396.tar.gz
talos-skeleton-0f608de9cbe7b20ca50f4d38b273d96951471396.zip
inventory: add missing module imports
Change-Id: I9df7e3917c3107356b67d2f59301a8bd42f59cc1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'pyinventorymgr')
-rw-r--r--pyinventorymgr/inventory_items.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyinventorymgr/inventory_items.py b/pyinventorymgr/inventory_items.py
index 41e3093..456c2f3 100644
--- a/pyinventorymgr/inventory_items.py
+++ b/pyinventorymgr/inventory_items.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
+import os
+import sys
import gobject
import dbus
import dbus.service
OpenPOWER on IntegriCloud