aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin <psachin@redhat.com>2017-03-05 23:15:17 +0530
committerBryn M. Reeves <bmr@redhat.com>2017-03-14 17:23:25 +0000
commit4927abab8c6cc646678963f0c6bb7ca850b061ee (patch)
treeb9738c3b0df9ab26360cc23794ba3c2744460c30
parentdc655882c5252600157a9944a9e9669c4b2f5ac4 (diff)
downloadsos-4927abab8c6cc646678963f0c6bb7ca850b061ee.tar.gz
[gnocchi] Fixed missing 'os' module in gnocchi plugin
Closes #950 Signed-off-by: Sachin <psachin@redhat.com>
-rw-r--r--sos/plugins/gnocchi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/gnocchi.py b/sos/plugins/gnocchi.py
index 8cee5ddd..dd4b8224 100644
--- a/sos/plugins/gnocchi.py
+++ b/sos/plugins/gnocchi.py
@@ -14,6 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+import os
from sos.plugins import Plugin, RedHatPlugin