tests/md5sum.py
changeset 43076 2372284d9457
parent 33873 904bc1dc2694
child 45830 c102b704edb5
--- a/tests/md5sum.py	Sat Oct 05 10:29:34 2019 -0400
+++ b/tests/md5sum.py	Sun Oct 06 09:45:02 2019 -0400
@@ -14,6 +14,7 @@
 
 try:
     import msvcrt
+
     msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
     msvcrt.setmode(sys.stderr.fileno(), os.O_BINARY)
 except ImportError: