Added python shebang.

This commit is contained in:
Igor Mróz 2019-11-05 20:23:29 +01:00
parent 1a92344dd4
commit 80b8e81590
No known key found for this signature in database
GPG Key ID: F32A9B94C1DC1AF2

View File

@ -1,3 +1,5 @@
#!/bin/env python
"""Merges all the header files."""
from glob import glob
from os import path as pt