Mercurial > python-hglib
comparison tests/test-clone.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 | 820d7c1e470a |
comparison
equal
deleted
inserted
replaced
147:98829bf71f10 | 148:c1b966866ed7 |
---|---|
1 import os | 1 import os |
2 import common | 2 from tests import common |
3 import hglib | 3 import hglib |
4 from hglib.util import b | 4 from hglib.util import b |
5 | 5 |
6 class test_clone(common.basetest): | 6 class test_clone(common.basetest): |
7 def test_basic(self): | 7 def test_basic(self): |