
pOc           @   s   d  Z  d d k Z d d k Z d d k Z e e i d  Z e i e  e i d  o e d  Z	 n e Z	 e i
 d d e	 g  d S(   s  Compile a Python script and generate a documentation file

Synopsis: pyc.py filename.py

Both the compiled bytecode and HTML documentation file
are written to the current working directory.

Example:

pyc.py dnapars.py

creates the files dnapars.pyc and dnapars.html.

iNi   s   .pyit   pydocs   -w(   t   __doc__t
   subprocesst
   py_compilet   syst   strt   argvt   filet   compilet   endswitht   fnamet   call(    (    (    s   pyc.pyt   <module>   s   