diff options
Diffstat (limited to 'core/views/expo.py')
-rw-r--r-- | core/views/expo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/views/expo.py b/core/views/expo.py index d0b721e..d3d649b 100644 --- a/core/views/expo.py +++ b/core/views/expo.py @@ -80,7 +80,6 @@ def mapfile(request, path): return render(request, "errors/generic.html", {"message": message}) - def expofilessingle(request, filepath): """sends a single binary file to the user, if not found, show the parent directory If the path actually is a directory, then show that. |