From 3a7b435d85d55b0185a6ec3d83c38595cc2a675d Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Mon, 23 Feb 2015 17:54:19 -0500 Subject: [PATCH] removed time module as it is no longer used in this example --- code/ec-math.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/ec-math.py b/code/ec-math.py index c7f389ed..0ba9ed70 100644 --- a/code/ec-math.py +++ b/code/ec-math.py @@ -1,6 +1,5 @@ import ecdsa import os -import time from ecdsa.util import string_to_number, number_to_string # secp256k1, http://www.oid-info.com/get/1.3.132.0.10