Adding a minor TODO
This commit is contained in:
parent
a836f68142
commit
99b0f018b3
@ -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 ''
|
||||||
|
Loading…
Reference in New Issue
Block a user