mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix change_openpype_mongo_url import
This commit is contained in:
parent
c2e916dcc5
commit
5bc1a77578
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ from .lib import (
|
||||||
get_latest_version,
|
get_latest_version,
|
||||||
get_global_environments,
|
get_global_environments,
|
||||||
get_local_site_id,
|
get_local_site_id,
|
||||||
change_pype_mongo_url
|
change_openpype_mongo_url
|
||||||
)
|
)
|
||||||
|
|
||||||
from .lib.mongo import (
|
from .lib.mongo import (
|
||||||
|
|
@ -120,5 +120,5 @@ __all__ = [
|
||||||
"get_global_environments",
|
"get_global_environments",
|
||||||
|
|
||||||
"get_local_site_id",
|
"get_local_site_id",
|
||||||
"change_pype_mongo_url"
|
"change_openpype_mongo_url"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue