3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

Add missing shebang in `scripts/update_api.py`. The script

was already marked as executable but it wasn't possible to execute
from a shell due to the missing shebang.
This commit is contained in:
Dan Liew 2016-03-04 15:31:56 +00:00
parent a52d81ef3e
commit 1d9a7dcf47

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
############################################
# Copyright (c) 2012 Microsoft Corporation
#