Changeset e17e9fa in trunk


Ignore:
Timestamp:
2020-09-08T01:49:00Z (5 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
4c90247, 810c7ee
Parents:
46b4c94e (diff), 57fdead1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Sajith Sasidharan <sajith@…> (2020-09-08 01:49:00)
git-committer:
GitHub <noreply@…> (2020-09-08 01:49:00)
Message:

Merge pull request #791 from sajith/3393.remove-nevow-106-workaround

Remove allmydata.web._nevow_106

Fixes: ticket:3393

Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/web/private.py

    r46b4c94e re17e9fa  
    5454    create_log_resources,
    5555)
    56 
    57 # Hotfix work-around https://github.com/twisted/nevow/issues/106
    58 from . import _nevow_106
    59 _nevow_106.patch()
    60 del _nevow_106
    6156
    6257SCHEME = b"tahoe-lafs"
Note: See TracChangeset for help on using the changeset viewer.