Mercurial > hg
view hgext/__init__.py @ 33020:fac9941bd542
py3: use r'' to prevent conversion to bytes by transformer
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 22 Jun 2017 03:24:12 +0530 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)