[scanner] Move a function from transformer to ast
authorJohan Dahlin <johan@gnome.org>
Fri, 3 Sep 2010 02:35:09 +0000 (23:35 -0300)
committerJohan Dahlin <johan@gnome.org>
Fri, 3 Sep 2010 02:45:33 +0000 (23:45 -0300)
commite9684fcc96c2de2ad1337e368cdb642cd6e58e4c
treeb956e4d203b3a204d0657821411f623a022c77cc
parentd9f8c0002c9dbd9154b49d3b23c1bd85423760ab
[scanner] Move a function from transformer to ast

It doesn't use any internal state, so it can easily
be moved over to the type as a factory function
giscanner/ast.py
giscanner/gdumpparser.py
giscanner/transformer.py