##// END OF EJS Templates
Use print_function in IPython.utils.tempdir
Thomas Kluyver -
Show More
@@ -2,6 +2,7 b''
2
2
3 This is copied from the stdlib and will be standard in Python 3.2 and onwards.
3 This is copied from the stdlib and will be standard in Python 3.2 and onwards.
4 """
4 """
5 from __future__ import print_function
5
6
6 import os as _os
7 import os as _os
7
8
General Comments 0
You need to be logged in to leave comments. Login now