Current Path : /usr/local/lib/python2.5/distutils/tests/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/distutils/tests/test_dist.pyc |
³ò h”Rc @ sí d Z 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 Z d d k Z d d k l Z d e i i f d „ ƒ YZ d e i i f d „ ƒ YZ d e i f d „ ƒ YZ d e i f d „ ƒ YZ d „ Z d S( s Tests for distutils.dist.iÿÿÿÿN( t TESTFNt 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( ( s5 /usr/local/lib/python2.5/distutils/tests/test_dist.pyt initialize_options s ( s sample-option=R s help text( t __name__t __module__t __doc__t user_optionsR ( ( ( s5 /usr/local/lib/python2.5/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 | i S( N( t _config_files( R ( ( s5 /usr/local/lib/python2.5/distutils/tests/test_dist.pyt find_config_files"