comparison tests/test-context.py @ 148:c1b966866ed7

hglib: make all imports absolute (issue4520)
author Brett Cannon <brett@python.org>
date Fri, 13 Mar 2015 14:46:13 -0400
parents 4359cabcb0cc
children 3f854e3bcdd1
comparison
equal deleted inserted replaced
147:98829bf71f10 148:c1b966866ed7
1 import sys 1 import sys
2 from tests import common
2 from hglib.error import CommandError 3 from hglib.error import CommandError
3 import common, hglib 4 import hglib
4 from hglib import context 5 from hglib import context
5 from hglib.util import b 6 from hglib.util import b
6 7
7 class test_context(common.basetest): 8 class test_context(common.basetest):
8 def test_non_existent(self): 9 def test_non_existent(self):