Current File : //home/strato/chroot/opt/RZpython2/lib/python2.7/distutils/tests/test_dist.pyo |
�
��#ec @ sg d 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 m Z d d l
m Z d d l Z d d l
m Z m Z m Z m Z d d l m Z d d l m Z d e f d � � YZ d
e f d � � YZ d e j e j e j e j f d
� � YZ d e j e j e j f d � � YZ d � Z e d k rce e � � n d S( s Tests for distutils.dist.i����N( t Distributiont fix_help_options( t Command( t TESTFNt captured_stdoutt run_unittestt unlink( t support( t logt test_distc B s e Z d Z d g Z d � Z RS( s# Sample distutils extension command.s sample-option=t Ss help textc C s
d | _ d S( N( t Nonet
sample_option( t self( ( s9 /opt/RZpython2/lib/python2.7/distutils/tests/test_dist.pyt initialize_options s ( s sample-option=R
s help text( t __name__t
__module__t __doc__t user_optionsR ( ( ( s9 /opt/RZpython2/lib/python2.7/distutils/tests/test_dist.pyR s t TestDistributionc B s e Z d Z d � Z RS( s� Distribution subclasses that avoids the default search for
configuration files.
The ._config_files attribute must be set before
.parse_config_files() is called.
c C s | j S( N( t
_config_files( R
( ( s9 /opt/RZpython2/lib/python2.7/distutils/tests/test_dist.pyt find_config_files&