mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed develop code
This commit is contained in:
parent
528fa8db59
commit
f6f779e127
1 changed files with 0 additions and 12 deletions
|
|
@ -1,16 +1,4 @@
|
|||
import os
|
||||
import sys
|
||||
paths = [
|
||||
r"C:\Users\iLLiCiT\PycharmProjects\pype3\.venv\Lib\site-packages",
|
||||
r"C:\Users\iLLiCiT\PycharmProjects\pype3",
|
||||
r"C:\Users\iLLiCiT\PycharmProjects\pype3\repos\avalon-core"
|
||||
]
|
||||
for path in paths:
|
||||
sys.path.append(path)
|
||||
|
||||
os.environ["OPENPYPE_DATABASE_NAME"] = "openpype"
|
||||
os.environ["OPENPYPE_MONGO"] = "mongodb://localhost:2707"
|
||||
os.environ["AVALON_TIMEOUT"] = "1000"
|
||||
|
||||
from project_manager import Window
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue