Changeset 178

Show
Ignore:
Timestamp:
11/16/09 11:07:24 (9 months ago)
Author:
lrousseau
Message:

fix problems reported by pep8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pykcs11/trunk/samples/events.py

    r174 r178  
    2121 
    2222if __name__ == '__main__': 
    23     import getopt, sys 
     23    import getopt 
     24    import sys 
    2425 
    2526    try: 
    26         opts, args = getopt.getopt(sys.argv[1:], "p:c:ho", ["pin=", "lib=", "help", "opensession"]) 
     27        opts, args = getopt.getopt(sys.argv[1:], "p:c:ho", 
     28            ["pin=", "lib=", "help", "opensession"]) 
    2729    except getopt.GetoptError: 
    2830        # print help information and exit: 
     
    6668        except PyKCS11.PyKCS11Error, e: 
    6769            print "Error:", e 
    68  
(C) 2006 bit4id srl, for informations please contact info@bit4id.com
visitors since August 21, 2006