From 9226771fd37c58f04aee9578dcea880d5fd9671e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Apr 2012 20:54:02 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/pdb/haodoo/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/calibre/ebooks/pdb/haodoo/__init__.py diff --git a/src/calibre/ebooks/pdb/haodoo/__init__.py b/src/calibre/ebooks/pdb/haodoo/__init__.py new file mode 100644 index 0000000000..dd9615356c --- /dev/null +++ b/src/calibre/ebooks/pdb/haodoo/__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__ = '2012, Kovid Goyal ' +__docformat__ = 'restructuredtext en' + + +