equal
deleted
inserted
replaced
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 # This was originally copied from the public domain code at |
8 # This was originally copied from the public domain code at |
9 # http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side |
9 # http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side |
10 |
10 |
|
11 from __future__ import annotations |
11 |
12 |
12 from .. import encoding, pycompat |
13 from .. import encoding, pycompat |
13 |
14 |
14 from ..utils import procutil |
15 from ..utils import procutil |
15 |
16 |