/usr/lib/python2.6/site-packages/nose
Edit: /usr/lib/python2.6/site-packages/nose/config.pyo (19890B)
Hc
@ sW d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l Z l Z d d k
l Z d d k l
Z
e i e Z d d g Z d d g Z d
d f Z d e f d
YZ d e f d YZ d e f d YZ d e f d YZ d e f d YZ d Z d Z d Z d Z d S( iN( t OptionParser( t absdirt tolist( t NoPlugins( t warnt helpt verboses ~/.nosercs
~/nose.cfgt win32t clit NoSuchOptionErrorc B s e Z d Z RS( c C s t i | | | | _ d S( N( t Exceptiont __init__t name( t selfR ( ( s/ /usr/lib/python2.6/site-packages/nose/config.pyR s ( t __name__t
__module__R ( ( ( s/ /usr/lib/python2.6/site-packages/nose/config.pyR s t ConfigErrorc B s e Z RS( ( R R ( ( ( s/ /usr/lib/python2.6/site-packages/nose/config.pyR # s t ConfiguredDefaultsOptionParserc B s\ e Z d Z d d d Z d Z d Z d Z d Z d Z d Z
d Z RS(
s@
Handler for options from commandline and config files.
c se | | _ | | _ d j o | i i n | _ | d j o f d } n | | _ d S( Nc s
| S( ( ( t msgt kw( t error( s/ /usr/lib/python2.6/site-packages/nose/config.pyt
2 s ( t _parsert _config_sectiont NoneR t _errort _file_error( R
t parsert config_sectionR t
file_error( ( R s/ /usr/lib/python2.6/site-packages/nose/config.pyR + s
c C s] g } | i | i j o= x: | i | i D]" \ } } | i | | | f q/ Wn | S( N( R t sectionst itemst append( R
t cfgt filenamet configR t value( ( s/ /usr/lib/python2.6/site-packages/nose/config.pyt
_configTuples5 s c C s g } x{ | D]s } t i } y | i | Wn4 t i j
o% } t d | t | f n X| i | i | | q
W| S( Ns Error reading config file %r: %s( t ConfigParsert RawConfigParsert readt ErrorR t strt extendR% ( R
t filenamesR# R" R! t exc( ( s/ /usr/lib/python2.6/site-packages/nose/config.pyt _readFromFilenames<