mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
Fix imports
This commit is contained in:
parent
e710fd883a
commit
72e60f8301
@ -2,6 +2,10 @@
|
||||
General helpers related to Nevow.
|
||||
"""
|
||||
|
||||
from twisted.internet.defer import (
|
||||
maybeDeferred,
|
||||
)
|
||||
|
||||
from nevow.context import WebContext
|
||||
from nevow.testutil import FakeRequest
|
||||
from nevow.appserver import (
|
||||
|
@ -1,8 +1,13 @@
|
||||
|
||||
__all__ = [
|
||||
"do_http",
|
||||
"render",
|
||||
]
|
||||
|
||||
from future.utils import PY2
|
||||
|
||||
import treq
|
||||
from twisted.internet.defer import (
|
||||
maybeDeferred,
|
||||
inlineCallbacks,
|
||||
returnValue,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user