Fix import issue

This commit is contained in:
Brett Williams
2023-06-01 20:31:23 -05:00
parent 1dca7d8029
commit 23abbd836c
3 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,8 @@ from tkinter.ttk import Frame, Label, Entry, Combobox
import psutil
import requests
import sys
sys.path.append('../../')
from lib.render_workers.blender_worker import Blender
from server_proxy import RenderServerProxy