Comment 3 for bug 1348797

Revision history for this message
Marc Van Olmen (marcvanolmen) wrote :

my current workaround it the following:
to replace

link[link.rfind('/', 0, link.rfind('/'))+1:]

with

link[link.rfind("zoneinfo/") + 9:]