PyUtils: Delay regex matching to capture static variables
Compare changes
- amete authored
@@ -10,6 +10,8 @@ __author__ = "Sebastien Binet"
@@ -10,6 +10,8 @@ __author__ = "Sebastien Binet"
@@ -134,37 +136,16 @@ def main(args):
@@ -134,37 +136,16 @@ def main(args):
@@ -242,7 +223,7 @@ def main(args):
@@ -242,7 +223,7 @@ def main(args):
skip_leaves = [ l.rstrip('.') for l in old_leaves | new_leaves | infos['old']['ignored'].union(infos['new']['ignored']) ]
@@ -269,6 +250,29 @@ def main(args):
@@ -269,6 +250,29 @@ def main(args):
@@ -279,16 +283,9 @@ def main(args):
@@ -279,16 +283,9 @@ def main(args):