diff tests/hghave.py @ 27945:e1f55b50edcb

tests: use absolute_import in hghave.py
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 06 Dec 2015 22:27:18 -0800
parents a636a46f5094
children 39122c2442cd
line wrap: on
line diff
--- a/tests/hghave.py
+++ b/tests/hghave.py
@@ -1,3 +1,5 @@
+from __future__ import absolute_import
+
 import errno
 import os
 import re