mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-21 06:13:54 +00:00
regress: add shebang for hook_code_stop_emu.py
This commit is contained in:
parent
4ef13076e9
commit
68a2a0c7ab
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue