Plugins/UiExtensionPlugins/PipInterface/__init__.py@39586a2de99d
Plugins/UiExtensionPlugins/PipInterface/__init__.py
Sun, 31 Dec 2017 16:48:22 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 31 Dec 2017 16:48:22 +0100
- changeset 6047
- 39586a2de99d
- parent 6011
-
e6af0dcfbb35
- child 6048
-
82ad8ec9548c
- permissions
- -rw-r--r--
Fixed some forgotten source code documentation.
# -*- 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"