Mercurial > hg > martINI
comparison martini/main.py @ 5:13d85b455533
add a module docstring
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Tue, 02 Mar 2010 20:32:03 -0500 |
| parents | f7f335561ceb |
| children | 4faed08eb8d8 |
comparison
equal
deleted
inserted
replaced
| 4:f7f335561ceb | 5:13d85b455533 |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 | |
| 3 """ | |
| 4 main front-end functions for command-line programs | |
| 5 """ | |
| 2 | 6 |
| 3 import config | 7 import config |
| 4 import os | 8 import os |
| 5 import sys | 9 import sys |
| 6 from optparse import OptionParser | 10 from optparse import OptionParser |
