equal
deleted
inserted
replaced
14 # along with this program; if not, see <http://www.gnu.org/licenses/>. |
14 # along with this program; if not, see <http://www.gnu.org/licenses/>. |
15 |
15 |
16 # mbp: "you know that thing where cvs gives you conflict markers?" |
16 # mbp: "you know that thing where cvs gives you conflict markers?" |
17 # s: "i hate that." |
17 # s: "i hate that." |
18 |
18 |
|
19 from __future__ import annotations |
19 |
20 |
20 from .i18n import _ |
21 from .i18n import _ |
21 from . import ( |
22 from . import ( |
22 error, |
23 error, |
23 mdiff, |
24 mdiff, |