aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-28 11:54:22 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-28 11:54:22 -0400
commitb5365341dad167e314023df95d2c5e0f955962f0 (patch)
tree0e82d1dbf5ef01ce0fc3266e4c3c043814bc5910 /pym/portage/tests/ebuild
parentrepoman: use https to fetch metadata.xsd (diff)
downloadportage-b5365341dad167e314023df95d2c5e0f955962f0.tar.gz
portage-b5365341dad167e314023df95d2c5e0f955962f0.tar.bz2
portage-b5365341dad167e314023df95d2c5e0f955962f0.zip
refresh many URIs in the code base
Use https where available, and update old links (like www.gentoo.org) to point to the new location.
Diffstat (limited to 'pym/portage/tests/ebuild')
-rw-r--r--pym/portage/tests/ebuild/test_array_fromfile_eof.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/ebuild/test_array_fromfile_eof.py b/pym/portage/tests/ebuild/test_array_fromfile_eof.py
index efcd9156f..1f2a1ab7b 100644
--- a/pym/portage/tests/ebuild/test_array_fromfile_eof.py
+++ b/pym/portage/tests/ebuild/test_array_fromfile_eof.py
@@ -13,7 +13,7 @@ class ArrayFromfileEofTestCase(TestCase):
def testArrayFromfileEof(self):
# This tests if the following python issue is fixed
# in the currently running version of python:
- # http://bugs.python.org/issue5334
+ # https://bugs.python.org/issue5334
input_data = "an arbitrary string"
input_bytes = _unicode_encode(input_data,