Fix pep8 error.

Change-Id: I91525475e17898d8096d934e3f9a21adc74cfff9
This commit is contained in:
Mat Grove 2013-01-24 23:03:36 +00:00
parent 7691276b86
commit dd357475fb

View File

@ -49,7 +49,7 @@ def read_cached_file(filename, cache_info, reload_func=None):
:param reload_func: optional function to be called with data when
file is reloaded due to a modification.
:returns: data from file
:returns: data from file.
"""
mtime = os.path.getmtime(filename)