__init__.py 391 B

123456789101112131415
  1. # Copyright (c) Twisted Matrix Laboratories.
  2. # See LICENSE for details.
  3. """
  4. Twisted Protocols: A collection of internet protocol implementations.
  5. """
  6. from incremental import Version
  7. from twisted.python.deprecate import deprecatedModuleAttribute
  8. deprecatedModuleAttribute(
  9. Version('Twisted', 17, 9, 0),
  10. "There is no replacement for this module.",
  11. "twisted.protocols", "dict")