mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 05:51:06 +00:00
regress: add shebang for hook_code_stop_emu.py
This commit is contained in:
parent
4ef13076e9
commit
68a2a0c7ab
2
tests/regress/hook_code_stop_emu.py
Normal file → Executable file
2
tests/regress/hook_code_stop_emu.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
from __future__ import print_function
|
||||
import binascii
|
||||
import regress
|
||||
|
|
Loading…
Reference in a new issue