--- a/PipInterface/__init__.py Tue Feb 19 19:56:24 2019 +0100 +++ b/PipInterface/__init__.py Wed Feb 20 19:44:13 2019 +0100 @@ -6,9 +6,3 @@ """ Package implementing the various pip dialogs and data. """ - -from __future__ import unicode_literals - -DefaultPyPiUrl = "https://pypi.org" -DefaultIndexUrlXml = DefaultPyPiUrl + "/pypi" -DefaultIndexUrlPip = DefaultPyPiUrl + "/simple"