mercurial/lsprofcalltree.py
changeset 27505 071af8d385a9
parent 8390 beae42f3d93b
child 27618 5a988b3c9645
--- a/mercurial/lsprofcalltree.py	Mon Dec 21 21:42:14 2015 -0800
+++ b/mercurial/lsprofcalltree.py	Mon Dec 21 21:44:15 2015 -0800
@@ -10,6 +10,8 @@
 of the GNU General Public License, incorporated herein by reference.
 """
 
+from __future__ import absolute_import
+
 def label(code):
     if isinstance(code, str):
         return '~' + code    # built-in functions ('~' sorts at the end)