big change n parsing logic passing

This commit is contained in:
Rafael.Timmerberg 2013-06-18 00:10:14 +02:00
commit 127dacd778
17 changed files with 570 additions and 127 deletions

View file

@ -1,3 +1,10 @@
"""
The MongoDB processor
"""
"""
from processor import Processor
class Mongodb(Processor):
def __init__(self):
pass