[PATCH 5 of 8 v2] py3: make tests/md5sum.py use absolute_import

timeless timeless at gmail.com
Wed May 18 15:35:01 EDT 2016


>>     from hashlib import md5

Pulkit Goyal wrote:
> test-check-module-imports warn me on this :(
> +  tests/md5sum.py:15: relative import of stdlib module

import hashlib
hashlib.md5


More information about the Mercurial-devel mailing list