From 313ce587eceebdd2320f7cd1f05112e07886c2c6 Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 11 Apr 2014 15:10:03 +0100 Subject: [PATCH] Clean up unnecessary imports Signed-off-by: David Howells --- suite/commands/vos/examine.py | 3 --- suite/commands/vos/listvldb.py | 2 -- suite/commands/vos/listvol.py | 3 --- 3 files changed, 8 deletions(-) diff --git a/suite/commands/vos/examine.py b/suite/commands/vos/examine.py index 750a265..86c6d5e 100644 --- a/suite/commands/vos/examine.py +++ b/suite/commands/vos/examine.py @@ -26,10 +26,7 @@ from afs.lib.debug import debug from afs.lib.partition import id2part from afs.lib.volserver import volserver from afs.lib.voldisplay import * -import afs.lib.addrcache as addrcache import kafs -import sys -import datetime help = "Show volume header and VLDB entry information for a volume" diff --git a/suite/commands/vos/listvldb.py b/suite/commands/vos/listvldb.py index 51ec8de..0859cea 100644 --- a/suite/commands/vos/listvldb.py +++ b/suite/commands/vos/listvldb.py @@ -23,9 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA from afs.argparse import * from afs.lib.voldisplay import * -import afs.lib.addrcache as addrcache import kafs -from socket import inet_ntoa help = "Query the VLDB" diff --git a/suite/commands/vos/listvol.py b/suite/commands/vos/listvol.py index 736a26e..0dda4f3 100644 --- a/suite/commands/vos/listvol.py +++ b/suite/commands/vos/listvol.py @@ -22,13 +22,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ from afs.argparse import * -from afs.lib.debug import debug from afs.lib.partition import id2part from afs.lib.voldisplay import * -import afs.lib.addrcache as addrcache import kafs import sys -import datetime help = "Display information from a volume header" -- 2.49.0