From 9342cdc8773f2862feefc40a3b965bbd4d3a77de Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 6 Sep 2011 21:45:25 -0600 Subject: [PATCH] ... --- src/calibre/db/tests/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/calibre/db/tests/__init__.py diff --git a/src/calibre/db/tests/__init__.py b/src/calibre/db/tests/__init__.py new file mode 100644 index 0000000000..cc6da1e995 --- /dev/null +++ b/src/calibre/db/tests/__init__.py @@ -0,0 +1,11 @@ +#!/usr/bin/env python +# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai +from __future__ import (unicode_literals, division, absolute_import, + print_function) + +__license__ = 'GPL v3' +__copyright__ = '2011, Kovid Goyal ' +__docformat__ = 'restructuredtext en' + + +