�
d�_ac @ s� d Z d d l Z d d l Z d d l Z e j e j � d e f d � � Y� Z d e j j
f d � � YZ d e j j
f d � � YZ d e f d
� � YZ
d e j j
f d � � YZ d
e f d � � YZ d e j j
f d � � YZ d e j j
f d � � YZ e j e j � d e f d � � Y� Z e j e j � d e f d � � Y� Z e j e j � d e f d � � Y� Z d S( s Certbot client interfaces.i����Nt AccountStoragec B sD e Z d Z e j d � � Z e j d � � Z e j d � � Z RS( s Accounts storage interface.c C s
t � � d S( sX Find all accounts.
:returns: All found accounts.
:rtype: list
N( t NotImplementedError( t self( ( s6 /usr/lib/python2.7/site-packages/certbot/interfaces.pyt find_all s c C s
t � � d S( s� Load an account by its id.
:raises .AccountNotFound: if account could not be found
:raises .AccountStorageError: if account could not be loaded
N( R ( R t
account_id( ( s6 /usr/lib/python2.7/site-packages/certbot/interfaces.pyt load s c C s
t � � d S( s\ Save account.
:raises .AccountStorageError: if account could not be saved
N( R ( R t accountt client( ( s6 /usr/lib/python2.7/site-packages/certbot/interfaces.pyt save"