File: //lib/yum-plugins/copr.pyc
�
x^c @ s& d Z d d l m Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l
m Z d d l m
Z
d Z e
f Z e e d � e d � g � Z e e d � e d
� d g � Z e j j Z e j j Z d � Z d
d d � � YZ d e f d � � YZ d S( s( YUM plugin supplying the 'copr' command.i����( t grabberN( t _( t TYPE_INTERACTIVEs 2.5t yest yt not nt c C s$ | j t � � | j t � � d S( N( t registerCommandt CoprCommandt PlaygroundCommand( t conduit( ( s /usr/lib/yum-plugins/copr.pyt config_hook, s R c B s� e Z d Z d � Z d � Z d � Z d � Z d Z d Z e d � Z
e d � Z d � Z d
� Z
d � Z e d � � Z e d
� � Z e d d � � Z e d � � Z e d � � Z RS( s Copr plugin for DNF c C s | j d g S( Ni ( t aliases( t self( ( s /usr/lib/yum-plugins/copr.pyt getNames3 s c C s | j S( N( t usage( R ( ( s /usr/lib/yum-plugins/copr.pyt getUsage6 s c C s | j d S( Ni ( t summary( R ( ( s /usr/lib/yum-plugins/copr.pyt
getSummary9 s c C s
| | _ d S( N( t base( R R t basecmdt extcmds( ( s /usr/lib/yum-plugins/copr.pyt doCheck<