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

  /external/python/dateutil/
release.py 19 DIST_PATH = 'dist'
20 if os.path.exists(DIST_PATH) and os.listdir(DIST_PATH):
21 if click.confirm('{} is not empty - delete contents?'.format(DIST_PATH)):
22 shutil.rmtree(DIST_PATH)
23 os.makedirs(DIST_PATH)
  /external/python/google-api-python-client/tools/
gae-zip-creator.sh 23 DIST_PATH=$(pwd)/dist/gae
25 ZIP_PATH=${DIST_PATH}/${ZIP_NAME}
49 mkdir -p ${DIST_PATH}

Completed in 120 milliseconds