dagutil: use absolute_import

This commit is contained in:
Gregory Szorc 2015-08-08 19:04:09 -07:00
parent 9d35724de3
commit 031217e3e8

View File

@ -6,9 +6,10 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
from node import nullrev
from i18n import _
from __future__ import absolute_import
from .i18n import _
from .node import nullrev
class basedag(object):
'''generic interface for DAGs