Plugins/UiExtensionPlugins/PipInterface/__init__.py

branch
maintenance
changeset 6826
c6dda2cbe081
parent 6764
d14ddbfbbd36
parent 6825
e659bb96cdfa
child 6827
14680839ad7a
--- a/Plugins/UiExtensionPlugins/PipInterface/__init__.py	Sat Feb 16 10:27:50 2019 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2015 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-"""
-Package implementing the various pip dialogs and data.
-"""
-
-from __future__ import unicode_literals
-
-DefaultPyPiUrl = "https://pypi.org"
-DefaultIndexUrlXml = DefaultPyPiUrl + "/pypi"
-DefaultIndexUrlPip = DefaultPyPiUrl + "/simple"

eric ide

mercurial