Tue, 03 Jul 2018 19:07:13 +0200
PipListDialog: changed code to ensure, that the dialog gets raised when a selected action is completed.
# -*- coding: utf-8 -*- # Copyright (c) 2015 - 2018 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"