Mercurial > hg
view hgext3rd/__init__.py @ 33672:da7c285ec6da
bundle2: use modern Python division
This was failing on Python 3 because the / was returning a float,
which was then making the __mul__ on a bytes sad.
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 24 Jul 2017 11:17:36 -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__)