diff example.ini @ 0:3081763b099b

initial commit of ConfigOptionParser
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 20 May 2010 08:47:35 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example.ini	Thu May 20 08:47:35 2010 -0700
@@ -0,0 +1,9 @@
+[DEFAULTS]
+foo = bar
+bar = baz
+fleem = blah
+list = foo, bar, baz
+verbose = True
+
+[variables]
+blah = w00t
\ No newline at end of file