1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Revert shebang change from docker

This commit is contained in:
Jose Rojas
2020-08-14 16:10:54 -05:00
parent 12fd673859
commit ceb44db95c

View File

@ -1,4 +1,4 @@
#!/usr/libexec/platform-python
#!/usr/bin/env python3
import subprocess
import sys
import xml.etree.ElementTree as ET