ó
¡¼™\c           @  s6   d  Z  d d l m Z m Z d e f d „  ƒ  YZ d S(   s   Geometry Errors.iÿÿÿÿ(   t   print_functiont   divisiont   GeometryErrorc           B  s   e  Z d  Z RS(   s6   An exception raised by classes in the geometry module.(   t   __name__t
   __module__t   __doc__(    (    (    s8   lib/python2.7/site-packages/sympy/geometry/exceptions.pyR      s   N(   R   t
   __future__R    R   t
   ValueErrorR   (    (    (    s8   lib/python2.7/site-packages/sympy/geometry/exceptions.pyt   <module>   s   