repoview: use absolute_import

This commit is contained in:
Gregory Szorc 2015-08-08 19:58:05 -07:00
parent 754028767d
commit 2e850c30e2

View File

@ -6,15 +6,20 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
import heapq
from __future__ import absolute_import
import copy
import error
import phases
import util
import obsolete
import heapq
import struct
import tags as tagsmod
from node import nullrev
from .node import nullrev
from . import (
error,
obsolete,
phases,
tags as tagsmod,
util,
)
def hideablerevs(repo):
"""Revisions candidates to be hidden