From a5b56f171e4ec868c49343ca606d6bb95ad6b45b Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Thu, 18 Oct 2018 17:48:17 +0200 Subject: [PATCH] xmr: monero.crypto test fix --- tests/test_apps.monero.crypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_apps.monero.crypto.py b/tests/test_apps.monero.crypto.py index 19aa0b5dd..7d4fff912 100644 --- a/tests/test_apps.monero.crypto.py +++ b/tests/test_apps.monero.crypto.py @@ -1,6 +1,6 @@ from common import * -from apps.monero.xmr import common, crypto, monero +from apps.monero.xmr import crypto, monero from apps.monero.xmr.sub.addr import encode_addr from apps.monero.xmr.sub.xmr_net import net_version, NetworkTypes from apps.monero.xmr.sub.creds import AccountCreds