Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
redhat_support_tool
/
plugins
/
File Content:
list_casegroups.pyc
� ��Tc @ sP d d l m Z d d l m Z d d l m Z d Z d e f d � � YZ d S( i����( t Plugin( t get_groups( t _s% Keith Robertson <kroberts@redhat.com>t ListCaseGroupc B sP e Z d Z e d � Z e d � � Z e d � � Z e d � � Z d � Z RS( t listcasegroupss Display all case groupsc C s t d � S( s� The usage statement that will be printed by OptionParser. Example: - %prog -c CASENUMBER [options] <comment text here> Important: %prog is a OptionParser built-in. Use it! s %prog( R ( t cls( ( sO /usr/lib/python2.7/site-packages/redhat_support_tool/plugins/list_casegroups.pyt get_usage s c C s t d � | j S( s� The description statement that will be printed by OptionParser. Example: - 'Use the '%s' command to add a comment to a case.' % cls.plugin_name s) Use the '%s' command to list case groups.( R t plugin_name( R ( ( sO /usr/lib/python2.7/site-packages/redhat_support_tool/plugins/list_casegroups.pyt get_desc( s c C s t d � | j S( s The epilog string that will be printed by OptionParser. Usually used to print an example of how to use the program. Example: Examples: - %s -c 12345678 Lorem ipsum dolor sit amet, consectetur adipisicing - %s -c 12345678 s Example: - %s( R R ( R ( ( sO /usr/lib/python2.7/site-packages/redhat_support_tool/plugins/list_casegroups.pyt get_epilog4 s c C s) t � } x | D] } | j � GHq Wd S( N( R t get_name( t selft aryt p( ( sO /usr/lib/python2.7/site-packages/redhat_support_tool/plugins/list_casegroups.pyt non_interactive_actionB s ( t __name__t __module__R R t ALLt classmethodR R R R ( ( ( sO /usr/lib/python2.7/site-packages/redhat_support_tool/plugins/list_casegroups.pyR s N( t redhat_support_tool.pluginsR t"