Plugins/UiExtensionPlugins/PipInterface/__init__.py@82ad8ec9548c
Plugins/UiExtensionPlugins/PipInterface/__init__.py
Sun, 31 Dec 2017 16:52:09 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 31 Dec 2017 16:52:09 +0100
- changeset 6048
- 82ad8ec9548c
- parent 6011
-
e6af0dcfbb35
- child 6253
-
a148632e9610
- permissions
- -rw-r--r--
Updated copyright for 2018.
# -*- 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"