U
    \Iœd  ã                   @   s:   d dl Z d dlmZ d dlmZ dgZG dd„ deƒZdS )é    N)ÚLombScargle)ÚAstropyDeprecationWarningr   c                       s    e Zd ZdZ‡ fdd„Z‡  ZS )r   z®
    Compute the Lomb-Scargle Periodogram.

    This class has been deprecated and will be removed in a future version.
    Use `astropy.timeseries.LombScargle` instead.
    c                    s   t  dt¡ tƒ j||Ž d S )Nz«Importing LombScargle from astropy.stats has been deprecated and will no longer be supported in future. Please import this class from the astropy.timeseries module instead)ÚwarningsÚwarnr   ÚsuperÚ__init__)ÚselfÚargsÚkwargs©Ú	__class__© úF/tmp/pip-unpacked-wheel-1sxf5fhv/astropy/stats/lombscargle/__init__.pyr      s
    ûzLombScargle.__init__)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__classcell__r   r   r   r   r      s   )r   Z+astropy.timeseries.periodograms.lombscargler   ZTimeseriesLombScargleZastropy.utils.exceptionsr   Ú__all__r   r   r   r   Ú<module>
   s   