Tres Seaver
2009-05-08 396eef1c9a9231904723dc4e976f6e2969ff7da2
Coverage.
1 files modified
3 ■■■■ changed files
repoze/who/plugins/basicauth.py 3 ●●●● patch | view | raw | blame | history
repoze/who/plugins/basicauth.py
@@ -59,7 +59,8 @@
        return HTTPUnauthorized(headers=head)
    def __repr__(self):
        return '<%s %s>' % (self.__class__.__name__, id(self))
        return '<%s %s>' % (self.__class__.__name__,
                            id(self)) #pragma NO COVERAGE
def make_plugin(realm='basic'):
    plugin = BasicAuthPlugin(realm)