Left: | ||
Right: |
OLD | NEW |
---|---|
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__) | |
OLD | NEW |