Revert "added TypeError category to existing exception"

This reverts commit 86da219fb9.
This commit is contained in:
thomasv 2012-11-19 14:12:49 +01:00
parent f7c3b2f067
commit 50064d20fd
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ a SimpleConfig instance then reads the wallet file.
import ast
try:
out = ast.literal_eval(out)
except TypeError:
except:
print "type error, using default value"
out = default