sfax509 will run openssl x509 on all parts of a gid
[sfa.git] / clientbin / sfadump.py
index 93fca70..d325bdd 100755 (executable)
@@ -1,10 +1,8 @@
 #! /usr/bin/env python
-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 +113,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)