From a334938c284ba424f6a018ebc663a6f8612b174d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 30 May 2013 08:50:26 +0200 Subject: [PATCH] added lib/filters for pure python filters --- lib/filters/__init__.py | 0 lib/filters/email.py | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 lib/filters/__init__.py create mode 100644 lib/filters/email.py diff --git a/lib/filters/__init__.py b/lib/filters/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/lib/filters/email.py b/lib/filters/email.py new file mode 100644 index 0000000..a625f1a --- /dev/null +++ b/lib/filters/email.py @@ -0,0 +1,3 @@ +""" +The email filter in pure Python. +""" \ No newline at end of file