This reverts commit 6b86942ccb.
6b86942ccb
@ -694,7 +694,9 @@ class Wallet:
f = open(self.path,"r")
data = f.read()
f.close()
except:
return
try:
d = ast.literal_eval( data ) #parse raw data from reading wallet file
interface.old_to_new(d)