fix: reinstall import from the right location
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 04 Mar 2020 13:17:00 +0100
changeset 5140 c705c4069fb1
parent 5139 19b8ffd23795
child 5141 591a0afd2ef3
fix: reinstall import from the right location
hgext3rd/topic/server.py
--- a/hgext3rd/topic/server.py	Wed Feb 19 01:35:23 2020 +0100
+++ b/hgext3rd/topic/server.py	Wed Mar 04 13:17:00 2020 +0100
@@ -5,12 +5,15 @@
 from mercurial import (
     extensions,
     repoview,
-    repoviewutil,
     wireprototypes,
     wireprotov1peer,
     wireprotov1server,
 )
 
+from mercurial.utils import (
+    repoviewutil,
+)
+
 from . import (
     common,
     constants,