Searched refs:DEFAULT_REPOSITORY (Results 1 – 2 of 2) sorted by relevance
24 DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' variable in PyPIRCCommand32 DEFAULT_REPOSITORY),56 repository = self.repository or self.DEFAULT_REPOSITORY80 self.DEFAULT_REPOSITORY),96 repository = self.DEFAULT_REPOSITORY114 self.repository = self.DEFAULT_REPOSITORY
80 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):83 self.repository = self.DEFAULT_REPOSITORY