Your IP : 216.73.216.213
B
�d{T�+ � @ s� d Z ddlmZ dZddlZddlZddlmZ ddlm Z ddl
mZmZ ddl
mZ G d d
� d
e�ZG dd� de�ZG d
d� de�ZG dd� de �ZG dd� de�Ze� ZdZed�dd� �Zed�ddd��Zed�ddd��ZdS )z�Helper functions to support command line tools providing more than
one command.
e.g called as "tool command [options] args..." where <options> and <args> are
command'specific
� )�print_functionzrestructuredtext enN)�basename)�
Configuration)�init_log�
get_threshold)�
deprecatedc @ s e Zd ZdZdS )�BadCommandUsagez�Raised when an unknown command is used or when a command is not
correctly used (bad options, too much / missing arguments...).
Trigger display of command usage.
N)�__name__�
__module__�__qualname__�__doc__� r
r
�J/opt/alt/python37/lib/python3.7/site-packages/logilab/common/clcommands.pyr &