E5XML/Config.py

Sun, 29 Jul 2012 18:12:50 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Jul 2012 18:12:50 +0200
branch
5_2_x
changeset 1966
6e8945315cbc
parent 1509
c0b5e693b0eb
child 1819
cfcfd617216a
child 2303
0ed4ed026c16
permissions
-rw-r--r--

Fixed a PEP-8 related issue.

# -*- coding: utf-8 -*-

# Copyright (c) 2004 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module implementing some common configuration stuf for the XML package.
"""

# version number of the multi project file
multiProjectFileFormatVersion = "4.2"

# version number of the project file
projectFileFormatVersion = "5.1"

# version number of the user project file
userProjectFileFormatVersion = "4.0"

# version number of the project session file
sessionFileFormatVersion = "4.4"

# version number of the shortcuts file
shortcutsFileFormatVersion = "3.6"

# version number of the tasks file
tasksFileFormatVersion = "5.0"

# version number of the debugger properties file
debuggerPropertiesFileFormatVersion = "3.9"

# version number of the templates file
templatesFileFormatVersion = "4.0"

# version number of the plugin repository file
pluginRepositoryFileFormatVersion = "4.2"

# version number of the highlighting styles file
highlightingStylesFileFormatVersion = "4.3"

eric ide

mercurial