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
1 changed files with 1 additions and 0 deletions

View File

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