mercurial/revlogutils/constants.py
changeset 42813 268662aac075
parent 42730 92ac6b1697a7
child 43032 a12a9af7536c
--- a/mercurial/revlogutils/constants.py	Thu Aug 22 16:47:31 2019 -0700
+++ b/mercurial/revlogutils/constants.py	Sun Aug 18 00:45:33 2019 +0300
@@ -9,7 +9,7 @@
 
 from __future__ import absolute_import
 
-from .. import (
+from ..interfaces import (
     repository,
 )