File: //usr/lib/python3/dist-packages/twisted/scripts/__pycache__/htmlizer.cpython-38.pyc
U
W[L � @ sv d Z ddlmZ ddd� ZddlmZmZ ddlmZ ddl Z ddl
Z
d Zd
ZdZ
dZG d
d� dej�Zdd� ZdS )z.
HTML pretty-printing for Python source code.
� )�print_functionz$Revision: 1.8 $� ���)�htmlizer�usage)� copyrightNz�<html><head>
<title>%(title)s</title>
<meta name="Generator" content="%(generator)s" />
%(alternate)s
%(stylesheet)s
</head>
<body>
z</body>z3<link rel="stylesheet" href="%s" type="text/css" />z?<link rel="alternate" href="%(source)s" type="text/x-python" />c @ sJ e Zd Zdej�ejd �f ZdgZ e
je
jddd�gd�Z
dd � Zd
S )�Optionsz%s [options] source.py
r )�
stylesheet�sNzURL of stylesheet to link to.z*.pyzsource python file)Zdescr)ZextraActionsc C s || d<