summaryrefslogtreecommitdiff
path: root/src/couch/__init__.py
diff options
context:
space:
mode:
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