Plugins/UiExtensionPlugins/PipInterface/__init__.py

Mon, 11 Feb 2019 19:31:23 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 11 Feb 2019 19:31:23 +0100
branch
maintenance
changeset 6752
638d12a35754
parent 6645
ad476851d7e0
permissions
-rw-r--r--

PipFreezeDialog: fixed an issue with a wrong file picker mode.
(grafted from bf2ec89b19756f605e72f6c52b5b09dd766cc2c0)

# -*- 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