Show More
@@ -5,13 +5,14 b'' | |||||
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2 or any later version. |
|
6 | # GNU General Public License version 2 or any later version. | |
7 |
|
7 | |||
|
8 | from __future__ import absolute_import | |||
|
9 | ||||
8 | import sys |
|
10 | import sys | |
9 | import time |
|
|||
10 | import threading |
|
11 | import threading | |
11 | from mercurial import encoding |
|
12 | import time | |
12 |
|
13 | |||
13 |
from |
|
14 | from .i18n import _ | |
14 |
|
15 | from . import encoding | ||
15 |
|
16 | |||
16 | def spacejoin(*args): |
|
17 | def spacejoin(*args): | |
17 | return ' '.join(s for s in args if s) |
|
18 | return ' '.join(s for s in args if s) |
General Comments 0
You need to be logged in to leave comments.
Login now