ó
@¾^Yc           @   sC   d  Z  d d l m Z m Z d d d     YZ d d l m Z d S(	   s   2.7.0i   (   t   hookspect   hookimplt	   exceptionc           B   sĪ   e  Z d  e f d     YZ d e f d     YZ d e f d     YZ d e f d     YZ d e f d	     YZ d
 e f d     YZ d e f d     YZ	 d e f d     YZ
 d e f d     YZ RS(   t   Errorc           B   s   e  Z d    Z RS(   c         C   s   d |  j  j |  j d f S(   Ns   %s: %si    (   t	   __class__t   __name__t   args(   t   self(    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyt   __str__	   s    (   R   t
   __module__R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   t   ConfigErrorc           B   s   e  Z d  Z RS(   s    error in tox configuration. (   R   R	   t   __doc__(    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR
      s   t   UnsupportedInterpreterc           B   s   e  Z d  Z RS(   s"   signals an unsupported Interpreter(   R   R	   R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   t   InterpreterNotFoundc           B   s   e  Z d  Z RS(   s.   signals that an interpreter could not be found(   R   R	   R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   t   InvocationErrorc           B   s   e  Z d  Z RS(   s#    an error while invoking a script. (   R   R	   R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   t   MissingFilec           B   s   e  Z d  Z RS(   s#    an error while invoking a script. (   R   R	   R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   t   MissingDirectoryc           B   s   e  Z d  Z RS(   s    a directory did not exist. (   R   R	   R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   t   MissingDependencyc           B   s   e  Z d  Z RS(   s0    a dependency could not be found or determined. (   R   R	   R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   t   MinVersionErrorc           B   s   e  Z d  Z d   Z RS(   s?    the installed tox version is lower than requested minversion. c         C   s&   | |  _  t t j |   j |  d  S(   N(   t   messaget   superR   R   t   __init__(   R   R   (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s    	(   R   R	   R   R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   (   R   R	   t	   ExceptionR   R
   R   R   R   R   R   R   R   (    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyR      s   i’’’’(   t   mainN(    (   t   __version__t	   hookspecsR    R   R   t   tox.sessionR   t   cmdline(    (    (    s)   /tmp/pip-build-UnxK1c/tox/tox/__init__.pyt   <module>   s   