Mini Kabibi Habibi
�
Ɣ�dc @ s� 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 Z d d l m
Z
d d l m Z d Z d Z d e
j e j f d � � YZ d
� Z e d k r� e
e � � n d S( s Tests for distutils.core.i����N( t captured_stdoutt run_unittest( t support( t logs4
__file__
from distutils.core import setup
setup()
sG
import os
print os.getcwd()
from distutils.core import setup
setup()
t CoreTestCasec B sP e Z d � Z d � Z d � Z e j j d � Z d � Z d � Z
d � Z RS( c C s\ t t | � j � t j | _ | j � t j t j f | _ | j t
j t
j j
� d S( N( t superR t setUpt syst stdoutt
old_stdoutt cleanup_testfnt argvt old_argvt
addCleanupR t
set_thresholdt _global_logt threshold( t self( ( s>