Home
last modified time | relevance | path

Searched refs:downloadDir (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dpimp.py278 downloadDir=None, argument
284 if not downloadDir:
285 downloadDir = DEFAULT_DOWNLOADDIR
292 self.downloadDir = downloadDir
322 if not os.path.exists(self.downloadDir):
323 rv += "Warning: Download directory \"%s\" does not exist\n" % self.downloadDir
324 elif not os.access(self.downloadDir, RWX_OK):
325 … rv += "Warning: Download directory \"%s\" is not writable or not readable\n" % self.downloadDir
678 self.archiveFilename = os.path.join(self._db.preferences.downloadDir, filename)
682 downloader = PimpUrllibDownloader(None, self._db.preferences.downloadDir,