ledger/test/baseline/featoption.py
2012-03-01 23:40:02 -06:00

5 lines
167 B
Python

def option_pyfirst(context):
print "In --pyfirst (from %s)" % context
def option_pysecond(context, val):
print "In --pysecond=%sh (from %s)" % (val, context)