Plugins/UiExtensionPlugins/PipInterface/__init__.py

Mon, 11 Feb 2019 19:33:12 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 11 Feb 2019 19:33:12 +0100
branch
conda
changeset 6727
e235150f016c
parent 6645
ad476851d7e0
permissions
-rw-r--r--

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"

eric ide

mercurial