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