ó
è¾bc           @   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 (...)
iÿÿÿÿNt    (   t   __doc__t   syst   versiont   indext   __version__(    (    (    s(   /usr/lib/python2.7/distutils/__init__.pyt   <module>	   s   