
]c           @   s/   d  Z  d d l Z e j e j j d   Z d S(   s   distutils

The main package for the Python Module Distribution Utilities.  Normally
used from a setup script as

   from distutils.core import setup

   setup (...)
iNt    (   t   __doc__t   syst   versiont   indext   __version__(    (    (    s#   lib/python2.7/distutils/__init__.pyt   <module>	   s   