예제 #1
0
 def get_absolute_path(cls, root, path):
     return StaticFileHandler.get_absolute_path(root, "")
예제 #2
0
 def get_absolute_path(cls, root, path):
     path = StaticFileHandler.get_absolute_path(root, path)
     path += ".gz"
     return path