diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2009-12-16 12:47:53 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2009-12-16 12:47:53 +0000 |
commit | 9e5ea5da10a82ef9deedd88986d5325e49d81daa (patch) | |
tree | 6c24fbcad5baea5ffd3d418293240b325b1d4992 /src | |
parent | a576ffb7147d25b81ba94f30190599abaa5e9847 (diff) | |
download | sos-9e5ea5da10a82ef9deedd88986d5325e49d81daa.tar.gz |
- add commands module
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@667 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/sos/plugins/filesys.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sos/plugins/filesys.py b/src/lib/sos/plugins/filesys.py index 1ff0c712..79a34c59 100644 --- a/src/lib/sos/plugins/filesys.py +++ b/src/lib/sos/plugins/filesys.py @@ -15,6 +15,7 @@ import sos.plugintools import os import re +import commands class filesys(sos.plugintools.PluginBase): """information on filesystems |