diff options
-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 |