Added comment

This commit is contained in:
Rudi Grinberg 2012-10-25 14:49:01 -04:00
parent 41b1b357eb
commit b2650b9a21
1 changed files with 1 additions and 0 deletions
python_apps/media-monitor2/media/monitor

View File

@ -220,6 +220,7 @@ def remove_whitespace(dictionary):
return nd
def parse_int(s):
# TODO : this function isn't used anywhere yet but it may useful for emf
"""
Tries very hard to get some sort of integer result from s. Defaults to 0
when it fails