From 469df8f3d967a4fbb7eb1edfaa25bfee298394da Mon Sep 17 00:00:00 2001 From: Owl Date: Thu, 28 Aug 2025 20:31:31 -0400 Subject: small logic change --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 7379f82..6628161 100644 --- a/__init__.py +++ b/__init__.py @@ -6,7 +6,7 @@ # that the python interpreter must have built in import bpy, importlib, sys, subprocess, os, shutil import math, mathutils, warnings, struct, site -from . import file_ops +from . import file_ops # uses os and shutil modules # elemental python modules blenxy needs # that the python interpreter probably does not have built in/needs to be updated -- cgit v1.2.3-70-g09d2