From 3b599164faa04b204b051f1612f0eb489882b129 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 7 Aug 2024 16:42:58 +0200 Subject: [PATCH] file naming --- dap/utils/__init__.py | 2 +- dap/utils/{utils.py => bits.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dap/utils/{utils.py => bits.py} (100%) diff --git a/dap/utils/__init__.py b/dap/utils/__init__.py index 11637e3..4474c56 100644 --- a/dap/utils/__init__.py +++ b/dap/utils/__init__.py @@ -1,5 +1,5 @@ -from .utils import * +from .bits import read_bit from .bufjson import BufferedJSON diff --git a/dap/utils/utils.py b/dap/utils/bits.py similarity index 100% rename from dap/utils/utils.py rename to dap/utils/bits.py