Fix more indent errors in Mobi reader from auto formating

This commit is contained in:
John Schember 2009-05-22 06:56:51 -04:00
parent d05c344b6e
commit 9b890e279d
3 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import with_statement
__license__ = 'GPL 3'
__copyright__ = '2009, John Schember <john@nachtimwald.com>'

View File

@ -1,12 +1,14 @@
# -*- coding: utf-8 -*-
from __future__ import with_statement
__license__ = 'GPL 3'
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>, ' \
'2009, John Schember <john@nachtimwald.com>'
__docformat__ = 'restructuredtext en'
import errno, os, sys, subprocess
import errno
import os
import sys
import subprocess
from functools import partial
from calibre.ebooks import ConversionError, DRMError