From 80d6c3ccb89f65e411e61630a026b3667ac9664f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 7 Jul 2012 23:12:23 +0200 Subject: [PATCH] fix import --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index 7b07b046..d5b487ed 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -20,7 +20,7 @@ import sys, base64, os, re, hashlib, copy, operator, ast, threading, random, getpass import aes, ecdsa from ecdsa.util import string_to_number, number_to_string -from lib.util import print_error +from util import print_error ############ functions from pywallet #####################