Mercurial > evolve
comparison hgext3rd/topic/server.py @ 5140:c705c4069fb1
fix: reinstall import from the right location
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 04 Mar 2020 13:17:00 +0100 |
parents | 19b8ffd23795 |
children | 366f6e4108d6 |
comparison
equal
deleted
inserted
replaced
5139:19b8ffd23795 | 5140:c705c4069fb1 |
---|---|
3 # This software may be used and distributed according to the terms of the | 3 # This software may be used and distributed according to the terms of the |
4 # GNU General Public License version 2 or any later version. | 4 # GNU General Public License version 2 or any later version. |
5 from mercurial import ( | 5 from mercurial import ( |
6 extensions, | 6 extensions, |
7 repoview, | 7 repoview, |
8 repoviewutil, | |
9 wireprototypes, | 8 wireprototypes, |
10 wireprotov1peer, | 9 wireprotov1peer, |
11 wireprotov1server, | 10 wireprotov1server, |
11 ) | |
12 | |
13 from mercurial.utils import ( | |
14 repoviewutil, | |
12 ) | 15 ) |
13 | 16 |
14 from . import ( | 17 from . import ( |
15 common, | 18 common, |
16 constants, | 19 constants, |