[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3432: Replace Nevow imports in tests with Twisted's equivalents

Tahoe-LAFS trac at tahoe-lafs.org
Tue Sep 22 18:47:34 UTC 2020


#3432: Replace Nevow imports in tests with Twisted's equivalents
--------------------------------+----------------------------------
 Reporter:  sajith              |          Owner:
     Type:  defect              |         Status:  new
 Priority:  normal              |      Milestone:  Support Python 3
Component:  dev-infrastructure  |        Version:  n/a
 Keywords:                      |  Launchpad Bug:
--------------------------------+----------------------------------
 The test suite has a few imports like these:

 {{{
 from nevow.inevow import IRequest
 }}}

 Replace those with:

 {{{
 from twisted.web.iweb import IRequest
 }}}

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3432>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list