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

Unified Diff: abp/__init__.py

Issue 29465720: Issue 4970 - Document the library API of python-abp (Closed)
Patch Set: Rebase to match the new master and retouche the docstrings. Created Oct. 24, 2017, 4:06 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 | « README.md ('k') | abp/filters/__init__.py » ('j') | abp/filters/parser.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abp/__init__.py
===================================================================
--- a/abp/__init__.py
+++ b/abp/__init__.py
@@ -0,0 +1,4 @@
+"""Container package for Python modules related to Adblock Plus.
+
+- abp.filters - Tools for working with Adblock Plus filter lists.
+"""
« no previous file with comments | « README.md ('k') | abp/filters/__init__.py » ('j') | abp/filters/parser.py » ('J')

Powered by Google App Engine
This is Rietveld