Skip to content
Snippets Groups Projects

Silenced warnings for IDs not specified by specifying them

Merged Adham Hashibon requested to merge silence-id-warnings into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -33,11 +33,13 @@ def bundle_id(producer, identifier):
def mco_parameter_id(producer, identifier):
"""Creates an ID for an MCO parameter, so that it can be identified
uniquely."""
return _string_id("mco_parameter", producer, identifier)
def plugin_id(producer, identifier):
"""Creates an ID for the plugins. These must be defined, otherwise
"""Creates an ID for the plugins. These must be defined, otherwise
the envisage system will complain (but not break)
"""
return _string_id("plugin", producer, identifier)
Loading