diff --git a/openpype/tools/new_publisher/widgets.py b/openpype/tools/new_publisher/widgets.py index 0f9b13ceb0..37e8ac1ef5 100644 --- a/openpype/tools/new_publisher/widgets.py +++ b/openpype/tools/new_publisher/widgets.py @@ -1,6 +1,8 @@ import os from Qt import QtWidgets, QtCore, QtGui +SEPARATORS = ("---separator---", "---") + def get_default_thumbnail_image_path(): dirpath = os.path.dirname(os.path.abspath(__file__))