tests/md5sum.py
changeset 1928 50e1c90b0fcf
parent 1924 46fb38ef9a91
child 3223 53e843840349
equal deleted inserted replaced
1927:397b62d5dd13 1928:50e1c90b0fcf
     1 #! /usr/bin/env python
     1 #! /usr/bin/env python
       
     2 #
       
     3 # Based on python's Tools/scripts/md5sum.py
       
     4 #
       
     5 # This software may be used and distributed according to the terms
       
     6 # of the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2, which is
       
     7 # GPL-compatible.
       
     8 
     2 import sys
     9 import sys
     3 import os
    10 import os
     4 import md5
    11 import md5
     5 
    12 
     6 for filename in sys.argv[1:]:
    13 for filename in sys.argv[1:]: