whitespacing.... :)

This commit is contained in:
Johannes Findeisen 2013-06-18 02:58:40 +02:00
commit 883e59a3d1
22 changed files with 66 additions and 109 deletions

View file

@ -4,7 +4,7 @@ The MongoDB processor
from processor import Processor
class Mongodb(Processor):
def __init__(self):
pass
pass

View file

@ -1,8 +1,10 @@
'''
"""
Created on Jun 16, 2013
@author: rafael
'''
"""
class Processor:
def __init__(self):
pass