removing company names

This commit is contained in:
Jakub Jezek 2018-11-18 21:37:50 +01:00
parent 63c887056e
commit 8b0113b7be
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import pyblish.api
class CollectColorbleedComment(pyblish.api.ContextPlugin):
class CollectComment(pyblish.api.ContextPlugin):
"""This plug-ins displays the comment dialog box per default"""
label = "Collect Comment"

View file

@ -2,7 +2,7 @@ import pyblish.api
from avalon import api
class CollectMindbenderTime(pyblish.api.ContextPlugin):
class CollectTime(pyblish.api.ContextPlugin):
"""Store global time at the time of publish"""
label = "Collect Current Time"