mercurial/linelog.py
changeset 38796 f956dc7217fc
parent 38795 422d661056be
child 38809 57af5ee15b35
--- a/mercurial/linelog.py	Mon Jul 30 10:42:37 2018 -0400
+++ b/mercurial/linelog.py	Wed Aug 01 23:08:18 2018 -0400
@@ -23,12 +23,12 @@
 import abc
 import struct
 
-from mercurial import (
-    pycompat,
-)
 from .thirdparty import (
     attr,
 )
+from . import (
+    pycompat,
+)
 
 _llentry = struct.Struct('>II')