aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py3/twisted/web/util.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-08-25 12:54:32 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-08-25 13:03:33 +0300
commit4a64a813e1d34e732f35d8a65147974f76395a6f (patch)
treea8da0dede5213f85e45b95047cfbdcf5427cf0b7 /contrib/python/Twisted/py3/twisted/web/util.py
parente9bbee265681b79a9ef9795bdc84cf6996f9cfec (diff)
downloadydb-4a64a813e1d34e732f35d8a65147974f76395a6f.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/Twisted/py3/twisted/web/util.py')
-rw-r--r--contrib/python/Twisted/py3/twisted/web/util.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/python/Twisted/py3/twisted/web/util.py b/contrib/python/Twisted/py3/twisted/web/util.py
index 3135f05cd96..756c870480e 100644
--- a/contrib/python/Twisted/py3/twisted/web/util.py
+++ b/contrib/python/Twisted/py3/twisted/web/util.py
@@ -9,7 +9,6 @@ An assortment of web server-related utilities.
__all__ = [
"redirectTo",
"Redirect",
- "ChildRedirector",
"ParentRedirect",
"DeferredResource",
"FailureElement",
@@ -24,7 +23,6 @@ __all__ = [
from ._template_util import (
_PRE,
- ChildRedirector,
DeferredResource,
FailureElement,
ParentRedirect,