regress: add shebang for hook_code_stop_emu.py

This commit is contained in:
Nguyen Anh Quynh 2015-11-03 22:45:48 +08:00
parent 4ef13076e9
commit 68a2a0c7ab

2
tests/regress/hook_code_stop_emu.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python
from __future__ import print_function
import binascii
import regress