From 7b9bcc4aaec4b70745a733ae89496edae16626ef Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sat, 9 Dec 2023 12:38:54 +0800 Subject: [PATCH] change CRDS to CCDS --- csst_common/{crds => ccds}/__init__.py | 0 csst_common/{crds => ccds}/ccds.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename csst_common/{crds => ccds}/__init__.py (100%) rename csst_common/{crds => ccds}/ccds.py (100%) diff --git a/csst_common/crds/__init__.py b/csst_common/ccds/__init__.py similarity index 100% rename from csst_common/crds/__init__.py rename to csst_common/ccds/__init__.py diff --git a/csst_common/crds/ccds.py b/csst_common/ccds/ccds.py similarity index 100% rename from csst_common/crds/ccds.py rename to csst_common/ccds/ccds.py -- GitLab