changeset 28:bd50a1317ec4

stub command line parser
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 06 Jun 2011 11:17:37 -0700
parents 4b757f73e8ca
children 000e175169c2
files pyloader/parser.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pyloader/parser.py	Mon Jun 06 11:17:37 2011 -0700
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+"""
+free-form command-line parser
+"""