Skip to content

Commit

Permalink
Remove request.fs
Browse files Browse the repository at this point in the history
We stopped using it in #389, but failed to in fact remove it.
Closes #450.
  • Loading branch information
chadwhitacre committed Jun 20, 2015
1 parent 0449ed4 commit 7a68604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aspen/http/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ class Request(str):
resource = None
original_resource = None
server_software = ''
fs = '' # the file on the filesystem that will handle this request

# NB: no __slots__ for str:
# http://docs.python.org/reference/datamodel.html#__slots__
Expand Down

0 comments on commit 7a68604

Please sign in to comment.