diff options
author | Owl <isaclien9752@gmail.com> | 2025-08-28 20:31:31 -0400 |
---|---|---|
committer | Owl <isaclien9752@gmail.com> | 2025-08-28 20:31:31 -0400 |
commit | 469df8f3d967a4fbb7eb1edfaa25bfee298394da (patch) | |
tree | ea130c911cdba5f807e53a8e9a534124edda8a1d /__init__.py | |
parent | 022c1f7529a364929b9595a80229cb5bf95b43fe (diff) | |
download | blenxy-469df8f3d967a4fbb7eb1edfaa25bfee298394da.tar.gz blenxy-469df8f3d967a4fbb7eb1edfaa25bfee298394da.zip |
small logic change
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |