whitespacing.... :)
This commit is contained in:
parent
2c40772796
commit
883e59a3d1
22 changed files with 66 additions and 109 deletions
|
|
@ -4,7 +4,7 @@ The MongoDB processor
|
|||
|
||||
from processor import Processor
|
||||
|
||||
|
||||
class Mongodb(Processor):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
pass
|
||||
|
|
@ -1,8 +1,10 @@
|
|||
'''
|
||||
"""
|
||||
Created on Jun 16, 2013
|
||||
|
||||
@author: rafael
|
||||
'''
|
||||
"""
|
||||
|
||||
|
||||
class Processor:
|
||||
def __init__(self):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue