summaryrefslogtreecommitdiff
path: root/src/couch/__init__.py
diff options
context:
space:
mode:
authorKristofer Hallin <kristofer@sunet.se>2022-04-07 14:12:35 +0200
committerKristofer Hallin <kristofer@sunet.se>2022-04-07 14:12:35 +0200
commit208089fa95e63d6e29e7a1d86726bfec804de211 (patch)
treed5ed8e7de790940ade6b46dcb48e126d7357733d /src/couch/__init__.py
parent9d72acbb816c6040b608c63f18b8dbb169ceb2c3 (diff)
Moved everything database related to db/.
Diffstat (limited to 'src/couch/__init__.py')
-rw-r--r--src/couch/__init__.py11
1 files changed, 0 insertions, 11 deletions
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