4539:beac8323fa9e | 4541:e8ddd9d76414 |
---|---|
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 |