tests/md5sum.py
changeset 48875 6000f5b25c9b
parent 45830 c102b704edb5
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2, which is
     6 # of the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2, which is
     7 # GPL-compatible.
     7 # GPL-compatible.
     8 
     8 
     9 from __future__ import absolute_import
       
    10 
     9 
    11 import hashlib
    10 import hashlib
    12 import os
    11 import os
    13 import sys
    12 import sys
    14 
    13