U
    
W[*  ã                   @   s6   d Z ddlmZmZ ddlmZ G dd„ dejƒZdS )z
I am a simple test resource.
é    )Úabsolute_importÚdivision)Ústaticc                   @   s   e Zd ZdZdd„ ZdS )ÚTestTc                 C   s   t j | dd¡ d S )NsÇ   
            <html>
            <head><title>Twisted Web Demo</title><head>
            <body>
            Hello! This is a Twisted Web test page.
            </body>
            </html>
            z	text/html)r   ÚDataÚ__init__)Úself© r	   ú2/usr/lib/python3/dist-packages/twisted/web/demo.pyr      s
    özTest.__init__N)Ú__name__Ú
__module__Ú__qualname__ZisLeafr   r	   r	   r	   r
   r      s   r   N)Ú__doc__Z
__future__r   r   Ztwisted.webr   r   r   r	   r	   r	   r
   Ú<module>   s   