mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
moved project name regex to client operations and use it from there
This commit is contained in:
parent
bc7aa718ad
commit
2ded3136c7
3 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue