From f69dc3c61853413ec5bc276fb6cc26918495483c Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 13 Aug 2014 18:51:11 +0100 Subject: [PATCH] The "vos examine" script needs to import AFSException to be able to use it Signed-off-by: David Howells --- suite/commands/vos/examine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/suite/commands/vos/examine.py b/suite/commands/vos/examine.py index dc151a3..71136c5 100644 --- a/suite/commands/vos/examine.py +++ b/suite/commands/vos/examine.py @@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ from afs.argparse import * +from afs.exception import AFSException from afs.lib.output import * from afs.lib.voldisplay import * from afs.lib.partition import id2part -- 2.49.0