removed unnecessary import
authorForrest Voight <forrest@forre.st>
Mon, 23 Jan 2012 05:17:26 +0000 (00:17 -0500)
committerForrest Voight <forrest@forre.st>
Mon, 23 Jan 2012 18:35:34 +0000 (13:35 -0500)
p2pool/skiplists.py

index 95e85b0..63f8884 100644 (file)
@@ -1,5 +1,3 @@
-import operator
-
 from p2pool.util import forest, math
 
 class WeightsSkipList(forest.TrackerSkipList):