Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: abp/__init__.py

Issue 30020555: Issue 7317 - Make abp a namespace package (Closed) Base URL: https://hg.adblockplus.org/python-abp
Patch Set: Move py37 to a separate noissue Created March 1, 2019, 3:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | setup.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 """Container package for Python modules related to Adblock Plus. 1 """Container package for Python modules related to Adblock Plus.
2 2
3 - abp.filters - Tools for working with Adblock Plus filter lists. 3 - abp.filters - Tools for working with Adblock Plus filter lists.
4 """ 4 """
5 __path__ = __import__('pkgutil').extend_path(__path__, __name__)
OLDNEW
« no previous file with comments | « no previous file | setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld