HomeSort by relevance Sort by last modified time
    Searched refs:rmtree_safe (Results 1 - 2 of 2) sorted by null

  /external/python/setuptools/setuptools/
py27compat.py 27 rmtree_safe = str if linux_py2_ascii else lambda x: x variable
  /external/python/setuptools/setuptools/command/
easy_install.py 49 from setuptools.py27compat import rmtree_safe
637 os.path.exists(tmpdir) and rmtree(rmtree_safe(tmpdir))
    [all...]

Completed in 86 milliseconds