Skip to content

Commit

Permalink
sdat2img.py: version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xpirt authored Oct 27, 2018
1 parent 64b0e4d commit c99e13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdat2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
#====================================================
# FILE: sdat2img.py
# AUTHORS: xpirt - luxi78 - howellzhu
# DATE: 2018-05-25 10:49:35 CEST
# DATE: 2018-10-27 10:33:21 CEST
#====================================================

from __future__ import print_function
import sys, os, errno

def main(TRANSFER_LIST_FILE, NEW_DATA_FILE, OUTPUT_IMAGE_FILE):
__version__ = '1.1'
__version__ = '1.2'

if sys.hexversion < 0x02070000:
print >> sys.stderr, "Python 2.7 or newer is required."
Expand Down

0 comments on commit c99e13b

Please sign in to comment.