mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Make file2str.pv compatible with python 2.5 (nw)
This commit is contained in:
parent
3a291c4cb7
commit
d7baf9f5d8
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
from __future__ import with_statement
|
||||||
|
|
||||||
import string
|
import string
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user