enabled absolute_import in util.vector to fix it important the wrong math library
authorForrest Voight <forrest@forre.st>
Tue, 6 Sep 2011 15:15:06 +0000 (11:15 -0400)
committerForrest Voight <forrest@forre.st>
Tue, 6 Sep 2011 15:15:06 +0000 (11:15 -0400)
p2pool/util/vector.py

index 7531b8a..20c69f6 100644 (file)
@@ -1,4 +1,4 @@
-from __future__ import division
+from __future__ import absolute_import, division
 
 import math