commit | b00a75fb8b87a81013c8b49d6e911bdff0fd2205 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Thu Apr 25 14:15:21 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Wed May 01 12:21:51 2013 -0700 |
tree | 85abde230e7bc34084b203e5eaf5a3532f759a7a | |
parent | 193317b007f5af2856a83f5e1090c1766e03a38c [diff] |
pyloxi: alias of11/of12 matches
diff --git a/py_gen/templates/common.py b/py_gen/templates/common.py index ccf6032..5245a26 100644 --- a/py_gen/templates/common.py +++ b/py_gen/templates/common.py
@@ -71,6 +71,10 @@ :: if version == 1: match = match_v1 +:: elif version == 2: +match = match_v2 +:: elif version == 3: +match = match_v3 :: elif version == 4: :: # HACK match = match_v3