From b3eeb0c9f573f3dcf8e38e5c6e5db8b5fa41689b Mon Sep 17 00:00:00 2001 From: Morgan Dean Date: Wed, 18 Jun 2025 13:13:51 -0700 Subject: [PATCH] Fix issue with previous merge --- .../{ => python}/computer/providers/winsandbox/__init__.py | 0 .../{ => python}/computer/providers/winsandbox/provider.py | 0 .../{ => python}/computer/providers/winsandbox/setup_script.ps1 | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename libs/computer/{ => python}/computer/providers/winsandbox/__init__.py (100%) rename libs/computer/{ => python}/computer/providers/winsandbox/provider.py (100%) rename libs/computer/{ => python}/computer/providers/winsandbox/setup_script.ps1 (100%) diff --git a/libs/computer/computer/providers/winsandbox/__init__.py b/libs/computer/python/computer/providers/winsandbox/__init__.py similarity index 100% rename from libs/computer/computer/providers/winsandbox/__init__.py rename to libs/computer/python/computer/providers/winsandbox/__init__.py diff --git a/libs/computer/computer/providers/winsandbox/provider.py b/libs/computer/python/computer/providers/winsandbox/provider.py similarity index 100% rename from libs/computer/computer/providers/winsandbox/provider.py rename to libs/computer/python/computer/providers/winsandbox/provider.py diff --git a/libs/computer/computer/providers/winsandbox/setup_script.ps1 b/libs/computer/python/computer/providers/winsandbox/setup_script.ps1 similarity index 100% rename from libs/computer/computer/providers/winsandbox/setup_script.ps1 rename to libs/computer/python/computer/providers/winsandbox/setup_script.ps1