Mercurial > evolve
annotate hgext3rd/__init__.py @ 2008:e3ddd696394f
flake8: fix E713 style
author | Sean Farley <sean@farley.io> |
---|---|
date | Tue, 30 Aug 2016 15:23:03 -0700 |
parents | 85390446f8c1 |
children | 143c8e4dc22d |
rev | line source |
---|---|
1901
85390446f8c1
packaging: fix setup.py and install as hgext3rd.topic
Pierre-Yves David <pierre-yves.david@fb.com>
parents:
diff
changeset
|
1 from __future__ import absolute_import |
85390446f8c1
packaging: fix setup.py and install as hgext3rd.topic
Pierre-Yves David <pierre-yves.david@fb.com>
parents:
diff
changeset
|
2 import pkgutil |
85390446f8c1
packaging: fix setup.py and install as hgext3rd.topic
Pierre-Yves David <pierre-yves.david@fb.com>
parents:
diff
changeset
|
3 __path__ = pkgutil.extend_path(__path__, __name__) |