From 7c106048dba9609f8bd1d99bb2fa4b45acd5e7a1 Mon Sep 17 00:00:00 2001 From: astokes Date: Thu, 3 Jun 2010 20:25:20 +0000 Subject: capture exception on file type git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@970 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- sos/plugins/veritas.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit