AlkantarClanX12
Current Path : /opt/alt/python33/lib64/python3.3/distutils/__pycache__/ |
Current File : //opt/alt/python33/lib64/python3.3/distutils/__pycache__/dir_util.cpython-33.pyc |
� ��f� c @ s� d Z d d l Z d d l Z d d l m Z m Z d d l m Z i a d d d d d � Z d d d d d � Z d d d d d d d d � Z d d � Z d d d d � Z d d � Z d S( uW distutils.dir_util Utility functions for manipulating directories and directory trees.i N( u DistutilsFileErroru DistutilsInternalError( u logi� i c C s� t | t � s% t d | f � � n t j j | � } g } t j j | � s[ | d k r_ | St j t j j | � � r~ | St j j | � \ } } | g } xK | r� | r� t j j | � r� t j j | � \ } } | j d | � q� Wx | D]} t j j | | � } t j j | � } t j | � r6q� n | d k rUt j d | � n | s�y t j | | � Wni t k r�} zI | j t j k o�t j j | � s�t d | | j d f � � n WYd d } ~ Xn X| j | � n d t | <q� W| S( u� Create a directory and any missing ancestor directories. If the directory already exists (or if 'name' is the empty string, which means the current directory, which of course exists), then do nothing. Raise DistutilsFileError if unable to create some directory along the way (eg. some sub-path exists, but is a file rather than a directory). If 'verbose' is true, print a one-line summary of each mkdir to stdout. Return the list of directories actually created. u( mkpath: 'name' must be a string (got %r)u i i u creating %su could not create '%s': %sNi����( u isinstanceu stru DistutilsInternalErroru osu pathu normpathu isdiru _path_createdu getu abspathu splitu insertu joinu logu infou mkdiru OSErroru errnou EEXISTu DistutilsFileErroru argsu append( u nameu modeu verboseu dry_runu created_dirsu headu tailu tailsu du abs_headu exc( ( u7 /opt/alt/python33/lib64/python3.3/distutils/dir_util.pyu mkpath s>