]> www.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
Clean up unnecessary imports
authorDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 14:10:03 +0000 (15:10 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 14:36:53 +0000 (15:36 +0100)
Signed-off-by: David Howells <dhowells@redhat.com>
suite/commands/vos/examine.py
suite/commands/vos/listvldb.py
suite/commands/vos/listvol.py

index 750a265be691e202db2794061b8c4c4e45230db9..86c6d5e1c09df739cabbe3157905192799d57163 100644 (file)
@@ -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"
 
index 51ec8def027d7317fe7387c832a5120f8d840778..0859cea01035538ee6ca1118f8ba5577521edb3b 100644 (file)
@@ -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"
 
index 736a26ee4b123848c2544086e0d0a9c6ca14a3c3..0dda4f35549f3b839b8b7bf143a696295704c0f0 100644 (file)
@@ -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"