diff tests/test-hglib.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 1b47146a4a2c
children e6589149b2c8
line wrap: on
line diff
--- a/tests/test-hglib.py	Fri Mar 13 12:28:06 2015 -0500
+++ b/tests/test-hglib.py	Fri Mar 13 14:46:13 2015 -0400
@@ -1,4 +1,5 @@
-import common, hglib
+from tests import common
+import hglib
 
 class test_hglib(common.basetest):
     def setUp(self):