renamed filters to tasks... members.py needs some fixes now. think it is a good style to manage post processing.

This commit is contained in:
Johannes Findeisen 2013-06-05 07:26:53 +02:00
commit b94ed73e17
8 changed files with 55 additions and 48 deletions

View file

@ -1,5 +1,5 @@
from config import *
from core import *
from filters import *
from tasks import *
from parser import *
from service import *