Plugins/UiExtensionPlugins/PipInterface/__init__.py@1c858879d3d0
Plugins/UiExtensionPlugins/PipInterface/__init__.py
Sun, 10 Dec 2017 16:23:29 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 10 Dec 2017 16:23:29 +0100
- changeset 6018
- 1c858879d3d0
- parent 6011
-
e6af0dcfbb35
- child 6048
-
82ad8ec9548c
- permissions
- -rw-r--r--
Added the translator plug-in to the core plug-ins.
# -*- coding: utf-8 -*-
# Copyright (c) 2015 - 2017 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"