Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/lib64/python2.6/distutils/dir_util.pyo |
��
���Lc @ s� d Z d Z d d k Z d d k Z d d k Td d k l Z l Z d d k l Z h a
d d d d � Z d d d d
� Z d d d d d d d � Z
d
� Z d d d � Z d � Z d S( sW distutils.dir_util
Utility functions for manipulating directories and directory trees.s: $Id: dir_util.py 83648 2010-08-03 07:51:50Z ezio.melotti $i����N( t *( t DistutilsFileErrort DistutilsInternalError( t logi� i c C s� t | t � p t d | f � n t i i | � } g } t i i | � p
| d j o | St i t i i | � � o | St i i
| � \ } } | g } xO | oG | o@ t i i | � o, t i i
| � \ } } | i d | � q� Wx� | D]� } t i i | | � } t i i | � } t i | � o q� n t
i d | � | pQ y t i | � | i | � Wq�t j
o }
t d | |
d f � q�Xn d t | <q� W| S( s 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.s( mkpath: 'name' must be a string (got %r)t i s creating %ss could not create '%s': %si����i ( t
isinstancet StringTypesR t ost patht normpatht isdirt
_path_createdt gett abspatht splitt insertt joinR t infot mkdirt appendt OSErrorR ( t namet modet verboset dry_runt created_dirst headt tailt tailst dt abs_headt exc( ( s* /usr/lib64/python2.6/distutils/dir_util.pyt mkpath s>