Show More
@@ -4,6 +4,8 b' but it\'s removed in Python 3.2."""' | |||||
4 | # TODO : Remove this once we drop support for Python 2.6, and use |
|
4 | # TODO : Remove this once we drop support for Python 2.6, and use | |
5 | # "with a, b:" instead. |
|
5 | # "with a, b:" instead. | |
6 |
|
6 | |||
|
7 | import sys | |||
|
8 | ||||
7 | from contextlib import contextmanager |
|
9 | from contextlib import contextmanager | |
8 |
|
10 | |||
9 | @contextmanager |
|
11 | @contextmanager |
General Comments 0
You need to be logged in to leave comments.
Login now