A Python port of the Invisible Internet Project (I2P)
at main 7 lines 182 B view raw
1"""Update system — check for and apply I2P router updates. 2 3Handles version comparison, SU3 update file parsing, 4and update availability checking. 5 6Ported from net.i2p.update. 7"""