| 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__) |