E5XML/Config.py

changeset 4555
861e1741985c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
equal deleted inserted replaced
4554:f3428ddd577c 4555:861e1741985c
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
11 9
12 # version number of the multi project file 10 # version number of the multi project file
13 multiProjectFileFormatVersion = "5.1" 11 multiProjectFileFormatVersion = "5.1"
14 12
15 # version number of the project file 13 # version number of the project file
36 # version number of the plugin repository file 34 # version number of the plugin repository file
37 pluginRepositoryFileFormatVersion = "4.2" 35 pluginRepositoryFileFormatVersion = "4.2"
38 36
39 # version number of the highlighting styles file 37 # version number of the highlighting styles file
40 highlightingStylesFileFormatVersion = "4.3" 38 highlightingStylesFileFormatVersion = "4.3"
39
40 #
41 # eflag: noqa = M702

eric ide

mercurial