added some missing imports. them missing shouldn't have any consequences beyond stack...
[p2pool.git] / p2pool / data.py
index 6315b11..1815907 100644 (file)
@@ -3,6 +3,7 @@ from __future__ import division
 import hashlib
 import os
 import random
+import sys
 import time
 
 from twisted.python import log