o
    >h                     @   sB   d Z ddlZddlmZmZ ddlmZ dededdfdd	ZdS )
z2
Support similar deprecation of several reactors.
    N)VersiongetVersionString)DEPRECATION_WARNING_FORMATnameversionreturnc                 C   s0   t d|  t|d }|d }tj|td dS )z
    Emit a deprecation warning about a gnome-related reactor.

    @param name: The name of the reactor.  For example, C{"gtk2reactor"}.

    @param version: The version in which the deprecation was introduced.
    ztwisted.internet.)fqpnr   z1.  Please use twisted.internet.gireactor instead.)categoryN)r   r   warningswarnDeprecationWarning)r   r   stemmsg r   {/var/www/vedio/testing/chatpythonscript.ninositsolution.com/env/lib/python3.10/site-packages/twisted/internet/_deprecate.pydeprecatedGnomeReactor   s   r   )	__doc__r
   incrementalr   r   twisted.python.deprecater   strr   r   r   r   r   <module>   s
    