This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# prerequisite: http://www.exiv2.org/download.html | |
import sys | |
import os.path | |
import re | |
import subprocess | |
def process_ini(fname): | |
# print "found ini " + fname + "\n" |