MM2: Added docstrings
This commit is contained in:
parent
5c9d0b7db5
commit
ab9fbc48ae
2 changed files with 17 additions and 1 deletions
|
@ -37,6 +37,8 @@ except Exception, e:
|
|||
print ('Error loading config file: %s', e)
|
||||
sys.exit()
|
||||
|
||||
# TODO : add docstrings everywhere in this module
|
||||
|
||||
def getDateTimeObj(time):
|
||||
# TODO : clean up for this function later.
|
||||
# - use tuples to parse result from split (instead of indices)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue