Mon, 11 Feb 2019 19:33:12 +0100
PipFreezeDialog: fixed an issue with a wrong file picker mode.
# -*- coding: utf-8 -*- # Copyright (c) 2015 - 2019 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the various pip dialogs and data. """ from __future__ import unicode_literals DefaultPyPiUrl = "https://pypi.org" DefaultIndexUrlXml = DefaultPyPiUrl + "/pypi" DefaultIndexUrlPip = DefaultPyPiUrl + "/simple"