view hgext3rd/__init__.py @ 33874:3b1add641232

tests: update test-archive to always use hashlib We don't need the fallback to the old modules anymore.
author Augie Fackler <raf@durin42.com>
date Tue, 22 Aug 2017 14:57:52 -0400
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)