From 96707c4a49e2c58cb2aa7ba4ba95526d066ddfce Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Thu, 29 Sep 2022 16:17:32 +0200 Subject: [PATCH] renamed 'publish_widget.py' to 'publish_frame.py' --- openpype/tools/publisher/widgets/__init__.py | 2 +- .../publisher/widgets/{publish_widget.py => publish_frame.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename openpype/tools/publisher/widgets/{publish_widget.py => publish_frame.py} (100%) diff --git a/openpype/tools/publisher/widgets/__init__.py b/openpype/tools/publisher/widgets/__init__.py index 81bb77ce89..835624c28d 100644 --- a/openpype/tools/publisher/widgets/__init__.py +++ b/openpype/tools/publisher/widgets/__init__.py @@ -9,7 +9,7 @@ from .widgets import ( ValidateBtn, PublishBtn, ) -from .publish_widget import PublishFrame +from .publish_frame import PublishFrame from .tabs_widget import PublisherTabsWidget from .overview_widget import OverviewWidget from .validations_widget import ValidationsWidget diff --git a/openpype/tools/publisher/widgets/publish_widget.py b/openpype/tools/publisher/widgets/publish_frame.py similarity index 100% rename from openpype/tools/publisher/widgets/publish_widget.py rename to openpype/tools/publisher/widgets/publish_frame.py