mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
Talk about Nevow as a proper noun where necessary
This commit is contained in:
parent
a577f1e48d
commit
2ba34a4759
@ -358,7 +358,7 @@ class NeedOperationHandleError(WebError):
|
|||||||
|
|
||||||
class SlotsSequenceElement(template.Element):
|
class SlotsSequenceElement(template.Element):
|
||||||
"""
|
"""
|
||||||
``SlotsSequenceElement` is a minimal port of nevow's sequence renderer for
|
``SlotsSequenceElement` is a minimal port of Nevow's sequence renderer for
|
||||||
twisted.web.template.
|
twisted.web.template.
|
||||||
|
|
||||||
Tags passed in to be templated will have two renderers available: ``item``
|
Tags passed in to be templated will have two renderers available: ``item``
|
||||||
|
@ -114,7 +114,7 @@ class DirectoryNodeHandler(ReplaceMeMixin, Resource, object):
|
|||||||
|
|
||||||
# Rejecting URIs that contain empty path pieces (for example:
|
# Rejecting URIs that contain empty path pieces (for example:
|
||||||
# "/uri/URI:DIR2:../foo//new.txt" or "/uri/URI:DIR2:..//") was
|
# "/uri/URI:DIR2:../foo//new.txt" or "/uri/URI:DIR2:..//") was
|
||||||
# the old nevow behavior and it is encoded in the test suite;
|
# the old Nevow behavior and it is encoded in the test suite;
|
||||||
# we will follow suit.
|
# we will follow suit.
|
||||||
for segment in req.prepath:
|
for segment in req.prepath:
|
||||||
if not segment:
|
if not segment:
|
||||||
|
Loading…
Reference in New Issue
Block a user