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 config import *
from core import * from core import *
from tasks import * from tasks import *
from parser import * from parsers import *
from service import * from processors import *
from services import *

View file

View file

@ -0,0 +1,3 @@
"""
The MongoDB processor
"""