From e13a2db994a743da20545623bf643a1ec695fce0 Mon Sep 17 00:00:00 2001 From: Michiel van Baak Date: Tue, 11 Feb 2020 10:52:09 +0100 Subject: [PATCH] Move anydbm and friends to libs2/ as they are only used in python2 conditional imports --- {libs => libs2}/anydbm.py | 0 {libs => libs2}/dbhash.py | 0 {libs => libs2}/dumbdbm.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {libs => libs2}/anydbm.py (100%) rename {libs => libs2}/dbhash.py (100%) rename {libs => libs2}/dumbdbm.py (100%) diff --git a/libs/anydbm.py b/libs2/anydbm.py similarity index 100% rename from libs/anydbm.py rename to libs2/anydbm.py diff --git a/libs/dbhash.py b/libs2/dbhash.py similarity index 100% rename from libs/dbhash.py rename to libs2/dbhash.py diff --git a/libs/dumbdbm.py b/libs2/dumbdbm.py similarity index 100% rename from libs/dumbdbm.py rename to libs2/dumbdbm.py