From 208089fa95e63d6e29e7a1d86726bfec804de211 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Thu, 7 Apr 2022 14:12:35 +0200 Subject: Moved everything database related to db/. --- src/couch/__init__.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/couch/__init__.py (limited to 'src/couch/__init__.py') diff --git a/src/couch/__init__.py b/src/couch/__init__.py deleted file mode 100644 index a7537bc..0000000 --- a/src/couch/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8 -*- - -__author__ = "Andrey Antukh" -__license__ = "BSD" -__version__ = "1.14.1" -__maintainer__ = "Rinat Sabitov" -__email__ = "rinat.sabitov@gmail.com" -__status__ = "Development" - - -from couch.client import Server # noqa: F401 -- cgit v1.1