removed develop code

This commit is contained in:
iLLiCiTiT 2021-04-22 10:55:24 +02:00
parent 528fa8db59
commit f6f779e127

View file

@ -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