diff options
author | Sachin <psachin@redhat.com> | 2017-03-05 23:15:17 +0530 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-03-14 17:23:25 +0000 |
commit | 4927abab8c6cc646678963f0c6bb7ca850b061ee (patch) | |
tree | b9738c3b0df9ab26360cc23794ba3c2744460c30 | |
parent | dc655882c5252600157a9944a9e9669c4b2f5ac4 (diff) | |
download | sos-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.py | 1 |
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 |