X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=clientbin%2Fsfadump.py;h=617635b94685eabc6244a5420335ac5a7f0ae077;hb=30d9951e075d93127c3909dcb41be09b420b3525;hp=93fca7056c113dbeff188d86aac3677998f371fe;hpb=f58accad0a467774fa451ef690147d0b93671f44;p=sfa.git diff --git a/clientbin/sfadump.py b/clientbin/sfadump.py index 93fca705..617635b9 100755 --- a/clientbin/sfadump.py +++ b/clientbin/sfadump.py @@ -4,7 +4,6 @@ from __future__ import with_statement import sys import os, os.path import tempfile -from types import StringTypes, ListType from argparse import ArgumentParser from sfa.util.sfalogging import logger @@ -115,7 +114,7 @@ def handle_input (filename, options): print "%s: unknown filekind '%s'"% (filename,kind) def main(): - usage = """%prog file1 [ .. filen] + usage = """%(prog)s file1 [ .. filen] display info on input files""" parser = ArgumentParser(usage=usage)