equal
deleted
inserted
replaced
2 # |
2 # |
3 # Copyright (c) 2016-present, Gregory Szorc |
3 # Copyright (c) 2016-present, Gregory Szorc |
4 # |
4 # |
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 |
|
8 # See https://github.com/google/pytype/issues/860 |
|
9 # pytype: skip-file |
7 |
10 |
8 from __future__ import absolute_import |
11 from __future__ import absolute_import |
9 |
12 |
10 from ..i18n import _ |
13 from ..i18n import _ |
11 from .. import ( |
14 from .. import ( |