From f6c1a684c31ee91f78af444d8d257ba24f7fd345 Mon Sep 17 00:00:00 2001 From: "Marshall T. Vandegrift" Date: Fri, 19 Dec 2008 08:57:04 -0500 Subject: [PATCH] Let "oeb" be an actual module. --- src/calibre/ebooks/oeb/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/calibre/ebooks/oeb/__init__.py diff --git a/src/calibre/ebooks/oeb/__init__.py b/src/calibre/ebooks/oeb/__init__.py new file mode 100644 index 0000000000..4f8588535f --- /dev/null +++ b/src/calibre/ebooks/oeb/__init__.py @@ -0,0 +1,2 @@ +__license__ = 'GPL v3' +__copyright__ = '2008, Marshall T. Vandegrift '