RAHHH
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Copyright (c) Twisted Matrix Laboratories.
|
||||
# See LICENSE for details.
|
||||
|
||||
"""
|
||||
Twisted Python: Utilities and Enhancements for Python.
|
||||
"""
|
||||
|
||||
|
||||
from .deprecate import deprecatedModuleAttribute
|
||||
from .versions import Version
|
||||
|
||||
deprecatedModuleAttribute(
|
||||
Version("Twisted", 17, 5, 0),
|
||||
"Please use hyperlink from PyPI instead.",
|
||||
"twisted.python",
|
||||
"url",
|
||||
)
|
||||
|
||||
|
||||
del Version
|
||||
del deprecatedModuleAttribute
|
||||
Reference in New Issue
Block a user