Tres Seaver
2009-05-08 2091d4d32d3e0fd1c1efc51a0f51c3bb9e87ec07
repoze/who/plugins/htpasswd.py
@@ -42,7 +42,8 @@
        return None
    def __repr__(self):
        return '<%s %s>' % (self.__class__.__name__, id(self))
        return '<%s %s>' % (self.__class__.__name__,
                            id(self)) #pragma NO COVERAGE
def crypt_check(password, hashed):
    from crypt import crypt