This file contains hidden or 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/env python3 | |
# Copyright 2015 by Charlie Todd except where noted below. | |
# You are granted permission to adapt this gist for your own project, | |
# but not to claim the work as entirely your own. Attribution must | |
# be provided in any derivative works in such a fashion that the | |
# final user of the software can see and understand the attribution. | |
import sys | |
import zipfile | |
import xml | |
import xml.dom.minidom |
NewerOlder