Utilities/compatibility_fixes.py

changeset 3670
f0cb7579c0b4
parent 3591
2f2a4a76dd22
child 4184
6dbd901a8b1a
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
2 2
3 # Copyright (c) 2013 - 2013 Tobias Rzepka <tobias.rzepka@gmail.com> 3 # Copyright (c) 2013 - 2013 Tobias Rzepka <tobias.rzepka@gmail.com>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the open behavior of Python3 for use with Eric5. 7 Module implementing the open behavior of Python3 for use with Eric6.
8 8
9 The Eric5 used features are emulated only. The not emulated features 9 The Eric6 used features are emulated only. The not emulated features
10 should throw a NotImplementedError exception. 10 should throw a NotImplementedError exception.
11 """ 11 """
12 12
13 from __future__ import unicode_literals 13 from __future__ import unicode_literals
14 14

eric ide

mercurial