From 94fc7fba2b4e527c746dbdfdaa70cb5cc5c8a514 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Thu, 22 Oct 2009 15:04:11 +0100 Subject: [PATCH 1/2] Unused imports --- openlpcnv.pyw | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlpcnv.pyw b/openlpcnv.pyw index 76a7139dc..5dfe87061 100755 --- a/openlpcnv.pyw +++ b/openlpcnv.pyw @@ -28,8 +28,7 @@ import logging import time import subprocess import codecs -import sys -from datetime import date + if os.name == u'nt': import win32api import win32con From 21882cd15dbecbb6ced565c969a5a858ab132bc2 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Sat, 24 Oct 2009 00:42:53 +0100 Subject: [PATCH 2/2] Stray config item under image instead of images --- openlp/plugins/images/lib/imagetab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/images/lib/imagetab.py b/openlp/plugins/images/lib/imagetab.py index 5c00d826d..706a521c3 100644 --- a/openlp/plugins/images/lib/imagetab.py +++ b/openlp/plugins/images/lib/imagetab.py @@ -31,7 +31,7 @@ class ImageTab(SettingsTab): ImageTab is the Image settings tab in the settings dialog. """ def __init__(self): - SettingsTab.__init__(self, translate(u'ImageTab', u'Images'), u'Image') + SettingsTab.__init__(self, translate(u'ImageTab', u'Images'), u'Images') def setupUi(self): self.setObjectName(u'ImageTab')