Merge pull request #1061 from cclauss/patch-3

import binascii
This commit is contained in:
ZeroNet 2017-07-31 13:49:13 +02:00 committed by GitHub
commit 5f753d41d4

View file

@ -1,6 +1,7 @@
''' '''
Based on the specification at http://bittorrent.org/beps/bep_0015.html Based on the specification at http://bittorrent.org/beps/bep_0015.html
''' '''
import binascii
import random import random
import struct import struct
import time import time