ó
O'—^c           @   s@   d  d l  m Z m Z d d l m Z d e f d „  ƒ  YZ d S(   iÿÿÿÿ(   t   BaseCommandt   CommandErrori   (   t   clear_expiredt   Commandc           B   s   e  Z d  Z d „  Z RS(   s?   Can be run as a cronjob or directly to clean out expired tokensc         O   s   t  ƒ  d  S(   N(   R   (   t   selft   argst   options(    (    sQ   /tmp/pip-unpacked-wheel-ndW12l/oauth2_provider/management/commands/cleartokens.pyt   handle   s    (   t   __name__t
   __module__t   helpR   (    (    (    sQ   /tmp/pip-unpacked-wheel-ndW12l/oauth2_provider/management/commands/cleartokens.pyR      s   N(   t   django.core.management.baseR    R   t   modelsR   R   (    (    (    sQ   /tmp/pip-unpacked-wheel-ndW12l/oauth2_provider/management/commands/cleartokens.pyt   <module>   s   