From db6a478265760b7add654d23aecd9706add5cb2e Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 27 Jan 2021 00:56:12 -0600 Subject: [PATCH] moving ClientDB This is a non-functional commit that moves an unchanged file with the hope github notices this is a file move and keeps nice history, rather than a new file once I change it later. --- hydrus/client/{ => db}/ClientDB.py | 0 hydrus/client/db/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename hydrus/client/{ => db}/ClientDB.py (100%) create mode 100644 hydrus/client/db/__init__.py diff --git a/hydrus/client/ClientDB.py b/hydrus/client/db/ClientDB.py similarity index 100% rename from hydrus/client/ClientDB.py rename to hydrus/client/db/ClientDB.py diff --git a/hydrus/client/db/__init__.py b/hydrus/client/db/__init__.py new file mode 100644 index 00000000..e69de29b