From 860baa15da05e844124a4cdfec50258a6de63e41 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Sun, 27 Jul 2025 18:08:05 -0400 Subject: [PATCH] latest pushes --- header_imports.py | 4 ++-- ...header_imports_initialization.cpython-38.pyc | Bin 468 -> 333 bytes header_imports/header_imports_initialization.py | 10 +++++----- scripts/clean_python.sh | 0 4 files changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 scripts/clean_python.sh diff --git a/header_imports.py b/header_imports.py index c3a7998..8dfb2a5 100644 --- a/header_imports.py +++ b/header_imports.py @@ -15,8 +15,8 @@ # Contain Everything import sys -sys.path.append("header_imports/") -sys.path.append("src/") +sys.path.append("header_imports") +sys.path.append("src/bellande_python_executable") # Header Initialization from header_imports_python_library import * diff --git a/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc b/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc index 4e71b32024fbac3c50b43df36e0b04e90f2acdad..a829527323757d521f6a57b429a3e37b2eea54b4 100644 GIT binary patch delta 67 zcmcb@e3pqfl$V!_0SJ=jv}FWOSHMu0eC<>oZ$@#ejnK?kClu(T_M6ocbG&3iKfPE7u?*ahE C;Z7g` diff --git a/header_imports/header_imports_initialization.py b/header_imports/header_imports_initialization.py index 3d35e94..6f458fc 100644 --- a/header_imports/header_imports_initialization.py +++ b/header_imports/header_imports_initialization.py @@ -13,8 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from bellande_python_executable.analyzer import * -from bellande_python_executable.collector import * -from bellande_python_executable.compiler import * -from bellande_python_executable.builder import * -from bellande_python_executable.utilities import * +from analyzer import * +from collector import * +from compiler import * +from builder import * +from utilities import * diff --git a/scripts/clean_python.sh b/scripts/clean_python.sh old mode 100644 new mode 100755