Skip to content
Snippets Groups Projects
Commit 74e6de99 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

tests: use absolute_import in hgweberror.py

parent e1f55b50
No related branches found
No related tags found
No related merge requests found
# A dummy extension that installs an hgweb command that throws an Exception.
from mercurial.hgweb import webcommands
from __future__ import absolute_import
from mercurial.hgweb import (
webcommands,
)
def raiseerror(web, req, tmpl):
'''Dummy web command that raises an uncaught Exception.'''
......
......@@ -147,7 +147,6 @@
tests/generate-working-copy-states.py requires print_function
tests/get-with-headers.py requires print_function
tests/heredoctest.py requires print_function
tests/hgweberror.py not using absolute_import
tests/hypothesishelpers.py not using absolute_import
tests/hypothesishelpers.py requires print_function
tests/killdaemons.py not using absolute_import
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment