removed unnecessary imports
authorForrest Voight <forrest@forre.st>
Sat, 4 Feb 2012 05:39:17 +0000 (00:39 -0500)
committerForrest Voight <forrest@forre.st>
Sat, 4 Feb 2012 06:06:47 +0000 (01:06 -0500)
p2pool/bitcoin/data.py

index 0d3c844..8f53d2a 100644 (file)
@@ -1,8 +1,6 @@
 from __future__ import division
 
 import hashlib
-import itertools
-import random
 
 import p2pool
 from p2pool.util import math, pack