Plugins/UiExtensionPlugins/PipInterface/__init__.py

Sat, 23 Feb 2019 13:05:18 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 23 Feb 2019 13:05:18 +0100
changeset 6797
d9e56b0aa7ac
parent 6645
ad476851d7e0
permissions
-rw-r--r--

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"

eric ide

mercurial