]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_p2p/PeerManager.py
Fix some minor documentation typos.
[quix0rs-apt-p2p.git] / apt_p2p / PeerManager.py
index 0f64e8f3161f2e99e3cee9f16ec9f37fd2803f92..d041504c92c1fee7f388fe989d11471e8649b064 100644 (file)
@@ -15,7 +15,7 @@ from twisted.web2.http import Response, splitHostPort
 
 from HTTPDownloader import Peer
 from util import uncompact
-from hash import PIECE_SIZE
+from Hash import PIECE_SIZE
 from apt_p2p_Khashmir.bencode import bdecode
 
 class GrowingFileStream(stream.FileStream):