U
    ÝÁ]:  ã                   @   s2   d Z dd„ Zdd„ Zdd„ Zddd	„Zd
d„ ZdS )zBA dummy module with no effect for use on systems without readline.c                   C   s   dS )z2An empty implementation of readline.get_completer.N© r   r   r   ú@/usr/lib/python3/dist-packages/certbot/display/dummy_readline.pyÚget_completer   s    r   c                   C   s   dS )z9An empty implementation of readline.get_completer_delims.Nr   r   r   r   r   Úget_completer_delims   s    r   c                 C   s   dS )z3An empty implementation of readline.parse_and_bind.Nr   )Zunused_commandr   r   r   Úparse_and_bind   s    r   Nc                 C   s   dS )z2An empty implementation of readline.set_completer.Nr   )Zunused_functionr   r   r   Úset_completer   s    r   c                 C   s   dS )z9An empty implementation of readline.set_completer_delims.Nr   )Zunused_delimsr   r   r   Úset_completer_delims   s    r   )N)Ú__doc__r   r   r   r   r   r   r   r   r   Ú<module>   s
   
