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 4e71b32..a829527 100644 Binary files a/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc and b/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc differ 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