type.py qualifies all type names with the header in which they are defined.
authorJamey Sharp <jamey@minilop.net>
Wed, 14 Jun 2006 21:18:49 +0000 (14:18 -0700)
committerJamey Sharp <jamey@minilop.net>
Wed, 14 Jun 2006 21:18:49 +0000 (14:18 -0700)
commit7aee7e35d3acdb6b68e27500f9d61cb15529f900
treeab66ece084d810c9a77f9d6fcc235457ab607aca
parentb09b5306f2b67cb7a826be3702380bbdc045b9da
type.py qualifies all type names with the header in which they are defined.
Update size.py to quit doing a bad job at the same task.
Suggested usage is now:
  ./import.py extensions/composite.xml | ./type.py | ./size.py
src/size.py
src/type.py [new file with mode: 0755]