diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-25 12:54:32 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-25 13:03:33 +0300 |
commit | 4a64a813e1d34e732f35d8a65147974f76395a6f (patch) | |
tree | a8da0dede5213f85e45b95047cfbdcf5427cf0b7 /contrib/python/Twisted/py3/twisted/web/util.py | |
parent | e9bbee265681b79a9ef9795bdc84cf6996f9cfec (diff) | |
download | ydb-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.py | 2 |
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, |