Skip to content
Snippets Groups Projects
Commit a6967e97 authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Update ids.py

parent e93f61b1
No related branches found
No related tags found
1 merge request!53Silenced warnings for IDs not specified by specifying them
......@@ -37,6 +37,9 @@ def mco_parameter_id(producer, identifier):
def plugin_id(producer, identifier):
"""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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment