Rewrite to use optparse for user interface, picking up a few minor bug fixes and improvements in the process, but trying to keep otherwise unchanged.

This commit is contained in:
Martin 2009-05-20 19:22:57 +01:00
parent 4bbb5923b3
commit d8ffea56e5
4 changed files with 112 additions and 118 deletions

View file

@ -8,3 +8,4 @@ Thanks to the following contributors to scour:
* Martin:
- better methods of handling string-to-float conversions in Python
- document functions in the traditional Python way
- rewrite option parsing code