summaryrefslogtreecommitdiff
path: root/tools/defs_gen/scmexpr.py
Commit message (Collapse)AuthorAgeFilesLines
* tools/defs_gen/*.py: Specify that this is python3 codeKjell Ahlstedt2020-05-211-1/+1
| | | | | | Specify #!/usr/bin/env python3, making it unnecessary to have a python command which is a link to python3. In h2def.py, use the built-in set() instead of Set() from the sets module.
* Port tools/defs_gen to Python 3.Kjell Ahlstedt2013-09-121-6/+6
| | | | | | | * .gitignore: Ignore /tools/defs_gen/__pycache__/. * tools/defs_gen/*.py: Port to Python 3. These Python sources now run with both Python 2 and Python 3. Tested with 2.7.3 and 3.2.3. Bug #690969.
* Add h2defs.py and docextract_to_xml.py, removed from pygboject.Murray Cumming2011-07-191-0/+143
* tools/defs_gen/definitions.py: * tools/defs_gen/defsparser.py: * tools/defs_gen/docextract.py: * tools/defs_gen/docextract_to_xml.py: * tools/defs_gen/h2def.py: * tools/defs_gen/scmexpr.py: Add h2def.py and docextract_to_xml.py, and any .py files that they use, because they were removed from pygobject. * tools/Makefile.am: Add these to EXTRA_DIST.