fix import
authorThomasV <thomasv@gitorious>
Sat, 7 Jul 2012 21:12:23 +0000 (23:12 +0200)
committerThomasV <thomasv@gitorious>
Sat, 7 Jul 2012 21:12:23 +0000 (23:12 +0200)
lib/wallet.py

index 7b07b04..d5b487e 100644 (file)
@@ -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 #####################