From: David Howells Date: Wed, 13 Aug 2014 17:51:11 +0000 (+0100) Subject: The "vos examine" script needs to import AFSException to be able to use it X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f69dc3c61853413ec5bc276fb6cc26918495483c;p=users%2Fdhowells%2Fkafs-utils.git The "vos examine" script needs to import AFSException to be able to use it Signed-off-by: David Howells --- 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