Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dconfig.py24 DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' variable in PyPIRCCommand
32 DEFAULT_REPOSITORY),
56 repository = self.repository or self.DEFAULT_REPOSITORY
80 self.DEFAULT_REPOSITORY),
96 repository = self.DEFAULT_REPOSITORY
114 self.repository = self.DEFAULT_REPOSITORY
/external/python/cpython2/Lib/distutils/command/
Dregister.py80 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
83 self.repository = self.DEFAULT_REPOSITORY