From de02bc749d64041850215fc49151992b1b12e37b Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Fri, 10 Feb 2012 23:21:39 +0100 Subject: [PATCH] Unused --- modules/cmb/backend.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/cmb/backend.py b/modules/cmb/backend.py index fed65ad2..03d5bdfc 100644 --- a/modules/cmb/backend.py +++ b/modules/cmb/backend.py @@ -35,10 +35,6 @@ from StringIO import StringIO __all__ = ['CmbBackend'] -class WrongLoginOrPassword(Exception): - def __init__(self): - return - class CmbBackend(BaseBackend, ICapBank): NAME = 'cmb' MAINTAINER = 'Johann Broudin'