scripts + template header to determine repository state

This commit is contained in:
tkl
2016-07-26 11:44:06 +02:00
parent 17d5c70490
commit 6510d34e81
6 changed files with 160 additions and 0 deletions

5
.pydevproject Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
</pydev_project>