Skip to content

Commit

Permalink
Merge pull request #278 from mottosso/master
Browse files Browse the repository at this point in the history
Fix #276
  • Loading branch information
mottosso committed May 29, 2016
2 parents 6c107f0 + 86baf31 commit 55cdd4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyblish/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ def registered_plugins():
# Maintain immutability across retrievals
copy = type(plugin.__name__, (plugin,), {})
copy._id = plugin._id
copy.__doc__ = plugin.__doc__
plugins.append(copy)

return plugins
Expand Down

0 comments on commit 55cdd4b

Please sign in to comment.