From a189cff64115e766f0cec5af4582cce327812754 Mon Sep 17 00:00:00 2001 From: GRiker Date: Thu, 14 Jan 2010 09:08:27 -0700 Subject: [PATCH] minor cleanup --- src/calibre/library/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/library/cli.py b/src/calibre/library/cli.py index ab7a4ade69..2ccc686c99 100644 --- a/src/calibre/library/cli.py +++ b/src/calibre/library/cli.py @@ -656,6 +656,7 @@ def catalog_option_parser(args): # Merge options from GUI Preferences ''' + # Placeholder sample code until we implement GUI preferences from calibre.library.save_to_disk import config c = config() for pref in ['asciiize', 'update_metadata', 'write_opf', 'save_cover']: