diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-06-03 20:25:20 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-06-03 20:25:20 +0000 |
commit | 7c106048dba9609f8bd1d99bb2fa4b45acd5e7a1 (patch) | |
tree | d520774f93bf3e929c0abc0841cca5f05338b415 | |
parent | dfaed03424beb95c7f6e9a70672edc4a691b972c (diff) | |
download | sos-7c106048dba9609f8bd1d99bb2fa4b45acd5e7a1.tar.gz |
capture exception on file type
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@970 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | sos/plugins/veritas.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/veritas.py b/sos/plugins/veritas.py index 11d4ddf2..8ea8b8fb 100644 --- a/sos/plugins/veritas.py +++ b/sos/plugins/veritas.py @@ -12,7 +12,6 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -import commands import sos.plugintools import os |