Mercurial > hg-stable
view hgext/__init__.py @ 32180:964e7427a691
py3: use pycompat.bytestr() instead of str()
This is because str() on python 3 return unicodes
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 27 Apr 2017 09:49:57 +0530 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)