ó
‚¾^Yc           @   sN   d  Z  d d l Z e j d k rJ d d l m Z d e f d „  ƒ  YZ n  d S(   s  Application Config For Django OAuth2 Helper.

Django 1.7+ provides an
[applications](https://docs.djangoproject.com/en/1.8/ref/applications/)
API so that Django projects can introspect on installed applications using a
stable API. This module exists to follow that convention.
iÿÿÿÿNi  (   t	   AppConfigt   GoogleOAuth2HelperConfigc           B   s   e  Z d  Z d Z d Z RS(   s    App Config for Django Helpers   oauth2client.django_utils   Google OAuth2 Django Helper(   t   __name__t
   __module__t   __doc__t   namet   verbose_name(    (    (    sK   /tmp/pip-build-kpPAdC/oauth2client/oauth2client/contrib/django_util/apps.pyR      s   (   R   t   syst
   hexversiont   django.appsR    R   (    (    (    sK   /tmp/pip-build-kpPAdC/oauth2client/oauth2client/contrib/django_util/apps.pyt   <module>   s   