mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
renamed 'BasePublishController' to 'BasePublisherController'
This commit is contained in:
parent
67f4112256
commit
e883f8743b
1 changed files with 2 additions and 2 deletions
|
|
@ -1251,7 +1251,7 @@ class AbstractPublisherController(object):
|
|||
pass
|
||||
|
||||
|
||||
class BasePublishController(AbstractPublisherController):
|
||||
class BasePublisherController(AbstractPublisherController):
|
||||
"""Implement common logic for controllers.
|
||||
|
||||
Implement event system, logger and common attributes. Attributes are
|
||||
|
|
@ -1491,7 +1491,7 @@ class BasePublishController(AbstractPublisherController):
|
|||
return None
|
||||
|
||||
|
||||
class PublisherController(BasePublishController):
|
||||
class PublisherController(BasePublisherController):
|
||||
"""Middleware between UI, CreateContext and publish Context.
|
||||
|
||||
Handle both creation and publishing parts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue