Opened at 2020-09-22T18:47:34Z
Closed at 2020-10-22T12:20:18Z
#3432 closed defect (fixed)
Replace Nevow imports in tests with Twisted's equivalents
Reported by: | sajith | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | dev-infrastructure | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The test suite has a few imports like these:
from nevow.inevow import IRequest
Replace those with:
from twisted.web.iweb import IRequest
Change History (1)
comment:1 Changed at 2020-10-22T12:20:18Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 03948ba/trunk: