From eeac9239d7e463c65ccf9cb4da0453af5bd31f42 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Mon, 28 Feb 2022 17:06:17 +0100 Subject: [PATCH] f4pga: rename single file modules Signed-off-by: Unai Martinez-Corral --- f4pga/{sf_common/__init__.py => sf_common.py} | 0 f4pga/{sf_module/__init__.py => sf_module.py} | 0 f4pga/{sf_module_runner/__init__.py => sf_module_runner.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename f4pga/{sf_common/__init__.py => sf_common.py} (100%) rename f4pga/{sf_module/__init__.py => sf_module.py} (100%) rename f4pga/{sf_module_runner/__init__.py => sf_module_runner.py} (100%) diff --git a/f4pga/sf_common/__init__.py b/f4pga/sf_common.py similarity index 100% rename from f4pga/sf_common/__init__.py rename to f4pga/sf_common.py diff --git a/f4pga/sf_module/__init__.py b/f4pga/sf_module.py similarity index 100% rename from f4pga/sf_module/__init__.py rename to f4pga/sf_module.py diff --git a/f4pga/sf_module_runner/__init__.py b/f4pga/sf_module_runner.py similarity index 100% rename from f4pga/sf_module_runner/__init__.py rename to f4pga/sf_module_runner.py