Commit graph

9 commits

Author SHA1 Message Date
johnward2
a0179a5109 Fix several naming and scope errors.
- "quickstart.py:292: No global (EEXIST) found"
 - "basic_client.py:194: No global (option_parser) found"
 - "rsa_key.py:108: No global (EnvelopeError) found"
 - "rsa_key.py:108: No global (KeygenError) found"
 - "util.py:56: No global (temp_dir) found"
2013-06-25 18:44:34 -04:00
Kon
ce28c455aa Fixed a minor bug: 'message' variable changed prompt-message whenever exceptions was caught, it manifested in the subsequent iterations. 2013-04-13 14:58:13 -04:00
dachshund
44befd86f4 Print, and log, messages in command-line utilities. 2013-03-29 19:02:15 -04:00
dachshund
ed8f655444 Shebang for Python scripts. 2013-03-11 16:34:22 -04:00
vladdd
a99282d22a Enable password confirmation in quickstart.py 2013-02-26 17:53:35 -05:00
Kon
d035a76436 Fixed: quickstart.py left behind a temporary directory. 2013-02-15 09:28:51 -05:00
vladdd
b9f570bd06 Test for specific OSError exceptions in quickstart.py. 2013-02-13 21:34:13 -05:00
vladdd
d52bd8604f Minor edits to comments in the header block of quickstart.py. 2013-02-11 16:39:50 -05:00
vladdd
abf0349b05 Move all files up one directory from 'src/'. 2013-02-10 21:38:06 -05:00
Renamed from src/quickstart.py (Browse further)