Commit 22de3563 authored by Antoine Millet's avatar Antoine Millet
Browse files

Little cosmetic change.

parent 86c82896
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ class CCConf(object):
            auth = getattr(self, meth)
            return auth(password)
        else:
            raise CCConf.BadMethodError("Bad hashing method: '%s'" % method)
            raise CCConf.BadMethodError('Bad hashing method: %s' % repr(method))

    def authentify(self, login, password):
        '''