From 75f1cd727cc4de5640a529f331da5c1b9a6ce00b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 01:20:34 -0400 Subject: Corrected Python reference to the AmountParse enum. --- test/convert.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/convert.py') diff --git a/test/convert.py b/test/convert.py index 54118720..9f322b2e 100755 --- a/test/convert.py +++ b/test/convert.py @@ -118,6 +118,7 @@ for line in fd.readlines(): # Determine this list automatically by scanning the class_ lines in # python/*.cc line = re.sub('amount_t::', 'Amount.', line) + line = re.sub('Amount\.PARSE_', 'AmountParse.', line) line = re.sub('commodity_t\(([^)]+?)\)', '\\1', line) line = re.sub('commodity_t::', 'Commodity.', line) line = re.sub('balance_t::', 'Balance.', line) -- cgit v1.2.3