File: D:/Python311/Lib/distutils/tests/__pycache__/test_bdist_dumb.cpython-311.opt-2.pyc
�
��Vc� � � � d dl Z d dlZd dlZd dlZd dlmZ d dlmZ d dlm Z d dl
mZ dZ d dl
Z
dZn
# e$ r dZY nw xY w G d � d
ej ej ej ej � � Zd� Zedk r e e� � � � dS dS )
� 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 �\ � � e Zd Z� fd�Z� fd�Z ej ed� � d� � � Z� xZ S )�BuildDumbTestCasec �� �� t t | � � � � � 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__s ��3D:\Python311\Lib\distutils\tests\test_bdist_dumb.pyr zBuildDumbTestCase.setUp"