X-Git-Url: http://dolda2000.com/gitweb/?p=fulbank.git;a=blobdiff_plain;f=fulbank%2Ffsb.py;h=834536af7e3e2b9f55863b165a33751f44076886;hp=4a91278962f28e7167eb2fba75b7dd1203391f58;hb=f99c3f74981b17803a3b4beb5f186008e188fa36;hpb=f78b790d0e1bf258f8c78b52d2a2edfcc8165217 diff --git a/fulbank/fsb.py b/fulbank/fsb.py index 4a91278..834536a 100644 --- a/fulbank/fsb.py +++ b/fulbank/fsb.py @@ -11,7 +11,7 @@ serviceid = "B7dZHQcY78VRVz9l" class fmterror(Exception): pass -class autherror(Exception): +class autherror(auth.autherror): pass class jsonerror(Exception):