##// END OF EJS Templates
FileFindHandler inherits from IPythonHandler...
Min RK -
Show More
@@ -424,7 +424,7 b' def json_errors(method):'
424 # to minimize subclass changes:
424 # to minimize subclass changes:
425 HTTPError = web.HTTPError
425 HTTPError = web.HTTPError
426
426
427 class FileFindHandler(web.StaticFileHandler):
427 class FileFindHandler(IPythonHandler, web.StaticFileHandler):
428 """subclass of StaticFileHandler for serving files from a search path"""
428 """subclass of StaticFileHandler for serving files from a search path"""
429
429
430 # cache search results, don't search for files more than once
430 # cache search results, don't search for files more than once
General Comments 0
You need to be logged in to leave comments. Login now