From 64ad0d7a00a69d1912876a66d13a1fb4bb810e0b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 24 Jan 2011 18:11:03 -0700 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/calibre/ebooks/metadata/sources/__init__.py diff --git a/src/calibre/ebooks/metadata/sources/__init__.py b/src/calibre/ebooks/metadata/sources/__init__.py new file mode 100644 index 0000000000..68dfb8d2b5 --- /dev/null +++ b/src/calibre/ebooks/metadata/sources/__init__.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python +# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai + +__license__ = 'GPL v3' +__copyright__ = '2011, Kovid Goyal ' +__docformat__ = 'restructuredtext en' + + +