author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Mon, 30 Mar 2009 01:30:58 +0200 | |
changeset 7922 | 06bf76009249 |
parent 7920 | 9ea05fbfa7ab (current diff) |
parent 7921 | f62482848d1b (diff) |
child 7923 | 016d6357646d |
--- a/mercurial/hgweb/server.py Mon Mar 30 01:23:12 2009 +0200 +++ b/mercurial/hgweb/server.py Mon Mar 30 01:30:58 2009 +0200 @@ -275,7 +275,7 @@ def __init__(self, *args, **kwargs): if self.address_family is None: - raise RepoError(_('IPv6 not available on this system')) + raise error.RepoError(_('IPv6 not available on this system')) super(IPv6HTTPServer, self).__init__(*args, **kwargs) if ssl_cert: