added processors/ and the mongodb dummy

This commit is contained in:
Johannes Findeisen 2013-06-10 04:10:47 +02:00
commit be82af4adc
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,6 @@
from config import *
from core import *
from tasks import *
from parser import *
from service import *
from parsers import *
from processors import *
from services import *