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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abp/__init__.py
===================================================================
--- a/abp/__init__.py
+++ b/abp/__init__.py
@@ -1,4 +1,5 @@
"""Container package for Python modules related to Adblock Plus.
- abp.filters - Tools for working with Adblock Plus filter lists.
"""
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
« no previous file with comments | « no previous file | setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld