From c57e7675c9b866fc96103292deee97255e8fe7aa Mon Sep 17 00:00:00 2001 From: Dario Berzano Date: Mon, 15 Jun 2015 11:46:33 +0200 Subject: [PATCH] Elastiq: missing import random --- pylib/elastiq/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pylib/elastiq/__init__.py b/pylib/elastiq/__init__.py index 7b857bf..aa71202 100644 --- a/pylib/elastiq/__init__.py +++ b/pylib/elastiq/__init__.py @@ -10,6 +10,7 @@ import base64 import socket import math +import random class Elastiq(Daemon):