Adding a minor TODO

This commit is contained in:
Strahinja Val Markovic 2013-10-04 17:34:20 -07:00
parent a836f68142
commit 99b0f018b3

View File

@ -27,6 +27,8 @@ import bottle
bottle.debug( True ) bottle.debug( True )
# TODO: Split this file into multiple files.
# 'contents' should be just one line of text # 'contents' should be just one line of text
def RequestDataForFileWithContents( filename, contents = None ): def RequestDataForFileWithContents( filename, contents = None ):
real_contents = contents if contents else '' real_contents = contents if contents else ''