Plugins/UiExtensionPlugins/PipInterface/__init__.py

changeset 6011
e6af0dcfbb35
child 6048
82ad8ec9548c
equal deleted inserted replaced
6010:7ef7d47a0ad5 6011:e6af0dcfbb35
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2015 - 2017 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing the various pip dialogs and data.
8 """
9
10 from __future__ import unicode_literals
11
12 DefaultIndexUrl = "https://pypi.python.org/pypi"

eric ide

mercurial