Show More
@@ -4,9 +4,12 b'' | |||||
4 | # GNU General Public License version 2 or any later version. |
|
4 | # GNU General Public License version 2 or any later version. | |
5 |
|
5 | |||
6 | '''largefile store working over Mercurial's wire protocol''' |
|
6 | '''largefile store working over Mercurial's wire protocol''' | |
|
7 | from __future__ import absolute_import | |||
7 |
|
8 | |||
8 | import lfutil |
|
9 | from . import ( | |
9 | import remotestore |
|
10 | lfutil, | |
|
11 | remotestore, | |||
|
12 | ) | |||
10 |
|
13 | |||
11 | class wirestore(remotestore.remotestore): |
|
14 | class wirestore(remotestore.remotestore): | |
12 | def __init__(self, ui, repo, remote): |
|
15 | def __init__(self, ui, repo, remote): |
@@ -10,7 +10,6 b'' | |||||
10 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import |
|
10 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import | |
11 | hgext/highlight/__init__.py not using absolute_import |
|
11 | hgext/highlight/__init__.py not using absolute_import | |
12 | hgext/highlight/highlight.py not using absolute_import |
|
12 | hgext/highlight/highlight.py not using absolute_import | |
13 | hgext/largefiles/wirestore.py not using absolute_import |
|
|||
14 | hgext/share.py not using absolute_import |
|
13 | hgext/share.py not using absolute_import | |
15 | hgext/win32text.py not using absolute_import |
|
14 | hgext/win32text.py not using absolute_import | |
16 | i18n/check-translation.py not using absolute_import |
|
15 | i18n/check-translation.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now