summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2010-03-31 22:55:30 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2010-03-31 22:55:30 -0400
commit9db0886fc70eb9493224f7573c5878ad11a2230b (patch)
treef8fca2befc5e6656778ae3a8bfcf0b97c9b15ad3
parentInitial commit. (diff)
downloadHousingLottery-9db0886fc70eb9493224f7573c5878ad11a2230b.tar.xz
HousingLottery-9db0886fc70eb9493224f7573c5878ad11a2230b.zip
Spacing.
-rwxr-xr-xlotto.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lotto.py b/lotto.py
index d21de6e..68b76d7 100755
--- a/lotto.py
+++ b/lotto.py
@@ -97,6 +97,8 @@ class Lottery:
continue
print "%s: %s - %s" % (index, suite.lotteryNumber, suite)
index += 1
+
+
parser = OptionParser(usage = "usage: %prog [options] filename")
parser.add_option("-g", "--general", action="store_true", help="Print general selection contestants.")
parser.add_option("-s", "--suite", type="int", help="Print suite selection contestants in suites of SIZE. If SIZE is 0, print all suites.", metavar="SIZE")
@@ -117,4 +119,3 @@ if options.suite != None:
lotto.printSuites()
else:
lotto.printSizedSuites(options.suite)
- \ No newline at end of file