Fix: Correct python33 shebang typo to python3

pull/5454/head^2
Rene Cannao 4 weeks ago
parent b91642c2c5
commit e582973ff8

@ -1,4 +1,4 @@
#!/usr/bin/env python33
#!/usr/bin/env python3
# This is a regression test for issues #3992 and #4047. Test checks if queries
# are executed successfully with MariaDB server via PyMySQL client having fast

Loading…
Cancel
Save