MM2: Added docstrings

This commit is contained in:
Rudi Grinberg 2012-09-05 10:24:10 -04:00
parent 5c9d0b7db5
commit ab9fbc48ae
2 changed files with 17 additions and 1 deletions

View file

@ -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)