Sat, 23 Feb 2019 13:05:18 +0100
WebBrowserView: changed the RenderWidgetHostViewQtDelegateWidget detection logic for 5.12 again.
# -*- 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"