changeset 50926 | 18c8c18993f0 |
parent 50925 | d718eddf01d9 |
child 51108 | 5ae05937b98f |
50925:d718eddf01d9 | 50926:18c8c18993f0 |
---|---|
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 |
7 |
8 |
8 |
9 from .pycompat import getattr |
|
10 from . import ( |
9 from . import ( |
11 encoding, |
10 encoding, |
12 error, |
11 error, |
13 pycompat, |
12 pycompat, |
14 util, |
13 util, |