
TQc           @   s9   d  d l  Z  d  d l m Z d e j f d     YZ d S(   iN(   t   clearsessionst   Commandc           B   s   e  Z d    Z RS(   c         K   s*   t  j d t  t t |   j |   d  S(   NsF   The `cleanup` command has been deprecated in favor of `clearsessions`.(   t   warningst   warnt   PendingDeprecationWarningt   superR   t   handle_noargs(   t   selft   options(    (    s@   ../Django//lib/python/django/core/management/commands/cleanup.pyR      s    (   t   __name__t
   __module__R   (    (    (    s@   ../Django//lib/python/django/core/management/commands/cleanup.pyR      s   (   R   t+   django.contrib.sessions.management.commandsR    R   (    (    (    s@   ../Django//lib/python/django/core/management/commands/cleanup.pyt   <module>   s   