#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

In 03948ba/trunk:

Merge pull request #869 from tahoe-lafs/3433.twebish

Remove Nevow dependency

Fixes: ticket:3432
Fixes: ticket:3433
Fixes: ticket:3434
Fixes: ticket:3435

Note: See TracTickets for help on using tickets.