diff options
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/python-header | 3 | ||||
-rw-r--r-- | buildtools/pywrap-header | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/buildtools/python-header b/buildtools/python-header new file mode 100644 index 00000000..24120c9d --- /dev/null +++ b/buildtools/python-header @@ -0,0 +1,3 @@ +#!@PYTHON@ +# -*- Python-*- @configure_input@ + diff --git a/buildtools/pywrap-header b/buildtools/pywrap-header new file mode 100644 index 00000000..94fb51b1 --- /dev/null +++ b/buildtools/pywrap-header @@ -0,0 +1,3 @@ +#!@PYWRAP@ +# -*- Python-*- @configure_input@ + |