E5XML/Config.py

changeset 4543
2e6a880670e9
parent 4021
195a471c327b
child 4555
861e1741985c
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
4 # 4 #
5 5
6 """ 6 """
7 Module implementing some common configuration stuf for the XML package. 7 Module implementing some common configuration stuf for the XML package.
8 """ 8 """
9
10 from __future__ import unicode_literals
9 11
10 # version number of the multi project file 12 # version number of the multi project file
11 multiProjectFileFormatVersion = "5.1" 13 multiProjectFileFormatVersion = "5.1"
12 14
13 # version number of the project file 15 # version number of the project file

eric ide

mercurial