added lib/filters for pure python filters

This commit is contained in:
Johannes Findeisen 2013-05-30 08:50:26 +02:00
commit cc355b58d2
2 changed files with 3 additions and 0 deletions

0
lib/filters/__init__.py Normal file
View file

3
lib/filters/email.py Normal file
View file

@ -0,0 +1,3 @@
"""
The email filter in pure Python.
"""