Current File : //usr/lib64/python2.7/site-packages/glib/option.pyc |
�
>Sc @ s d Z d d l Z d d l Z d d l m Z m Z m Z m Z m Z e j d k rg e Z
d � Z n e Z
e Z d d l
Z
e j d Z d d d
d d d
d d d g Z d
e j f d � � YZ d e j f d � � YZ d e j f d � � YZ e Z d S( s, GOption command line parser
Extends optparse to use the GOptionGroup, GOptionEntry and GOptionContext
objects. So it is possible to use the gtk, gnome_program and gstreamer command
line groups and contexts.
Use this interface instead of the raw wrappers of GOptionContext and
GOptionGroup in glib.
i����N( t
OptParseErrort OptionErrort OptionValueErrort BadOptionErrort OptionConflictErrori i c C s
| j � S( N( t encode( t s( ( s1 /usr/lib64/python2.7/site-packages/glib/option.pyt <lambda>'