tests/hgweberror.py
changeset 48875 6000f5b25c9b
parent 43076 2372284d9457
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 # A dummy extension that installs an hgweb command that throws an Exception.
     1 # A dummy extension that installs an hgweb command that throws an Exception.
     2 
     2 
     3 from __future__ import absolute_import
       
     4 
     3 
     5 from mercurial.hgweb import webcommands
     4 from mercurial.hgweb import webcommands
     6 
     5 
     7 
     6 
     8 def raiseerror(web):
     7 def raiseerror(web):