--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/UiExtensionPlugins/PipInterface/__init__.py Sat Dec 09 18:32:08 2017 +0100 @@ -0,0 +1,12 @@ +# -*- 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"