D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
python35
/
lib
/
python3.5
/
distutils
/
tests
/
__pycache__
/
Filename :
test_bdist_dumb.cpython-35.opt-2.pyc
back
Copy
p��YS � @ s� d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d l m Z d Z y d d l Z d Z Wn e k r� d Z Yn XGd d � d e j e j e j e j � Z d d � Z e d k r� e e � � d S)� N)�run_unittest)�Distribution)� bdist_dumb)�supportz�from distutils.core import setup import foo setup(name='foo', version='0.1', py_modules=['foo'], url='xxx', author='xxx', author_email='xxx') TFc sR e Z d Z � f d d � Z � f d d � Z e j e d � d d � � Z � S)�BuildDumbTestCasec sE t t | � j � t j � | _ t j t j d d � f | _ d S)N) �superr �setUp�os�getcwd�old_location�sys�argv�old_sys_argv)�self)� __class__� �./opt/python35/lib/python3.5/test_bdist_dumb.pyr "