Addressed pylint warnings for PathTool family

This commit is contained in:
Markus Lampert
2019-06-29 23:19:04 -07:00
parent 3400146d84
commit 0064077a54
3 changed files with 19 additions and 7 deletions

View File

@@ -43,6 +43,8 @@ def translate(context, text, disambig=None):
class ToolControllerTemplate:
'''Attribute and sub element strings for template export/import.'''
# pylint: disable=no-init
Expressions = 'xengine'
ExprExpr = 'expr'
ExprProp = 'prop'