ó
i4Vdc           @   s   d  e  f d „  ƒ  YZ d S(   t   BaseDatabaseClientc           B   s&   e  Z d  Z d Z d „  Z d „  Z RS(   s^   
    This class encapsulates all backend-specific methods for opening a
    client shell.
    c         C   s   | |  _  d  S(   N(   t
   connection(   t   selfR   (    (    sl   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/db/backends/base/client.pyt   __init__
   s    c         C   s   t  d ƒ ‚ d  S(   NsA   subclasses of BaseDatabaseClient must provide a runshell() method(   t   NotImplementedError(   R   (    (    sl   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/db/backends/base/client.pyt   runshell   s    N(   t   __name__t
   __module__t   __doc__t   Nonet   executable_nameR   R   (    (    (    sl   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/db/backends/base/client.pyR       s   	N(   t   objectR    (    (    (    sl   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/db/backends/base/client.pyt   <module>   t    