Plugins/UiExtensionPlugins/PipInterface/__init__.py

Sat, 17 Feb 2018 17:29:03 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 17 Feb 2018 17:29:03 +0100
changeset 6155
ae44225e7e7c
parent 6048
82ad8ec9548c
child 6253
a148632e9610
permissions
-rw-r--r--

PageScreen: Removed the action to save the whole web page as a screenshot because it is not supported by QWebEngine (and probably will not in the foreseeable future).

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

DefaultIndexUrl = "https://pypi.python.org/pypi"

eric ide

mercurial