From 0f608de9cbe7b20ca50f4d38b273d96951471396 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 8 Sep 2016 22:48:22 -0400 Subject: inventory: add missing module imports Change-Id: I9df7e3917c3107356b67d2f59301a8bd42f59cc1 Signed-off-by: Brad Bishop --- pyinventorymgr/inventory_items.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyinventorymgr') 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 -- cgit v1.2.1