Previous 199869 Revisions Next

r34250 Thursday 8th January, 2015 at 00:29:24 UTC by Couriersud
Make file2str.pv compatible with python 2.5 (nw)
[src/build]file2str.py

trunk/src/build/file2str.py
r242761r242762
11#!/usr/bin/python
22
3from __future__ import with_statement
4
35import string
46import sys
57import os
r242761r242762
5355    dst.close()
5456except IOError:
5557    print("Unable to open output file '%s'" % dstfile)
56    sys.exit(-1)
No newline at end of file
58    sys.exit(-1)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team