[pygnulib] initial merge (including some small bug fixes)
commit02a1f93ea265428559d5e60b3cd79b563371e00c
authorDmitry Selyutin <ghostmansd@gmail.com>
Sun, 20 Aug 2017 08:17:58 +0000 (20 11:17 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Fri, 8 Sep 2017 14:27:55 +0000 (8 17:27 +0300)
treed6cb20690ee563a185050021029285e825a09212
parent3ba4dbaefe671991083ff46a2714ff256adf75a1
[pygnulib] initial merge (including some small bug fixes)
13 files changed:
gnulib-tool.py [new file with mode: 0644]
pygnulib/GLConfig.py [new file with mode: 0644]
pygnulib/GLEmiter.py [new file with mode: 0644]
pygnulib/GLError.py [new file with mode: 0644]
pygnulib/GLFileSystem.py [new file with mode: 0644]
pygnulib/GLImport.py [new file with mode: 0644]
pygnulib/GLInfo.py [new file with mode: 0644]
pygnulib/GLMakefileTable.py [new file with mode: 0644]
pygnulib/GLModuleSystem.py [new file with mode: 0644]
pygnulib/GLTestDir.py [new file with mode: 0644]
pygnulib/__init__.py [new file with mode: 0644]
pygnulib/classes.py [new file with mode: 0644]
pygnulib/constants.py [new file with mode: 0644]