moved project name regex to client operations and use it from there

This commit is contained in:
Jakub Trllo 2022-08-23 17:47:04 +02:00
parent bc7aa718ad
commit 2ded3136c7
3 changed files with 10 additions and 6 deletions

View file

@ -5,8 +5,8 @@ from .constants import (
NAME_ALLOWED_SYMBOLS,
NAME_REGEX
)
from openpype.lib import (
create_project,
from openpype.lib import create_project
from openpype.client.operations import (
PROJECT_NAME_ALLOWED_SYMBOLS,
PROJECT_NAME_REGEX
)