ó
¡¼™\c           @   s    d  Z  d d l m Z m Z d S(   sa  This module contains deprecations that could not stay in their original
module for some reason.

Such reasons include:
- Original module had to be removed.
- Adding @deprecated to a declaration caused an import cycle.

Since no modules in SymPy ever depend on deprecated code, SymPy always imports
this last, after all other modules have been imported.
iÿÿÿÿ(   t   Ct   ClassRegistryN(   t   __doc__t   sympy.deprecated.class_registryR    R   (    (    (    s8   lib/python2.7/site-packages/sympy/deprecated/__init__.pyt   <module>
   s   