diff --git a/base/py/LICENSE b/base/core/LICENSE similarity index 100% rename from base/py/LICENSE rename to base/core/LICENSE diff --git a/base/py/__init__.py b/base/core/__init__.py similarity index 100% rename from base/py/__init__.py rename to base/core/__init__.py diff --git a/base/py/app.py b/base/core/app.py similarity index 100% rename from base/py/app.py rename to base/core/app.py diff --git a/base/py/app_cocoa.py b/base/core/app_cocoa.py similarity index 100% rename from base/py/app_cocoa.py rename to base/core/app_cocoa.py diff --git a/base/py/data.py b/base/core/data.py similarity index 100% rename from base/py/data.py rename to base/core/data.py diff --git a/base/py/directories.py b/base/core/directories.py similarity index 100% rename from base/py/directories.py rename to base/core/directories.py diff --git a/base/py/engine.py b/base/core/engine.py similarity index 100% rename from base/py/engine.py rename to base/core/engine.py diff --git a/base/py/export.py b/base/core/export.py similarity index 100% rename from base/py/export.py rename to base/core/export.py diff --git a/base/py/fs.py b/base/core/fs.py similarity index 100% rename from base/py/fs.py rename to base/core/fs.py diff --git a/base/py/ignore.py b/base/core/ignore.py similarity index 100% rename from base/py/ignore.py rename to base/core/ignore.py diff --git a/base/py/results.py b/base/core/results.py similarity index 100% rename from base/py/results.py rename to base/core/results.py diff --git a/base/py/scanner.py b/base/core/scanner.py similarity index 100% rename from base/py/scanner.py rename to base/core/scanner.py diff --git a/base/py/tests/__init__.py b/base/core/tests/__init__.py similarity index 100% rename from base/py/tests/__init__.py rename to base/core/tests/__init__.py diff --git a/base/py/tests/app_cocoa_test.py b/base/core/tests/app_cocoa_test.py similarity index 100% rename from base/py/tests/app_cocoa_test.py rename to base/core/tests/app_cocoa_test.py diff --git a/base/py/tests/app_test.py b/base/core/tests/app_test.py similarity index 100% rename from base/py/tests/app_test.py rename to base/core/tests/app_test.py diff --git a/base/py/tests/data.py b/base/core/tests/data.py similarity index 100% rename from base/py/tests/data.py rename to base/core/tests/data.py diff --git a/base/py/tests/directories_test.py b/base/core/tests/directories_test.py similarity index 100% rename from base/py/tests/directories_test.py rename to base/core/tests/directories_test.py diff --git a/base/py/tests/engine_test.py b/base/core/tests/engine_test.py similarity index 100% rename from base/py/tests/engine_test.py rename to base/core/tests/engine_test.py diff --git a/base/py/tests/ignore_test.py b/base/core/tests/ignore_test.py similarity index 100% rename from base/py/tests/ignore_test.py rename to base/core/tests/ignore_test.py diff --git a/base/py/tests/results_test.py b/base/core/tests/results_test.py similarity index 100% rename from base/py/tests/results_test.py rename to base/core/tests/results_test.py diff --git a/base/py/tests/scanner_test.py b/base/core/tests/scanner_test.py similarity index 100% rename from base/py/tests/scanner_test.py rename to base/core/tests/scanner_test.py