Re: [PATCH] fix duplicated import introduced in 63c508e3e86a140e35161c45d2be97779746f6cb

2012-08-11 Thread julien2412
Hi,

This one had already be fixed (see
http://cgit.freedesktop.org/libreoffice/core/commit/?id=8b13238c453f05f1d862cf570dff0110295fbe3b).
Anyway, thank you for taking care of the code cleanup!

Julien




--
View this message in context: 
http://nabble.documentfoundation.org/PATCH-fix-duplicated-import-introduced-in-63c508e3e86a140e35161c45d2be97779746f6cb-tp4000539p4000567.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fix duplicated import introduced in 63c508e3e86a140e35161c45d2be97779746f6cb

2012-08-10 Thread Petr Vorel
Hi there,

there is tiny patch removing duplicity in import of python fax script.

Regards,
Petr
>From f55d2538eb844bb8a7e38314acf9d0eccf48f243 Mon Sep 17 00:00:00 2001
From: Petr Vorel 
Date: Sat, 11 Aug 2012 01:19:40 +0200
Subject: [PATCH] fix duplicated import introduced in
 63c508e3e86a140e35161c45d2be97779746f6cb

Change-Id: I07a90b15450d1150e70280f83f310c2efec585d1
---
 wizards/com/sun/star/wizards/ui/event/ListModelBinder.py |1 -
 1 file changed, 1 deletion(-)

diff --git a/wizards/com/sun/star/wizards/ui/event/ListModelBinder.py b/wizards/com/sun/star/wizards/ui/event/ListModelBinder.py
index 64d3841..c4f26f4 100644
--- a/wizards/com/sun/star/wizards/ui/event/ListModelBinder.py
+++ b/wizards/com/sun/star/wizards/ui/event/ListModelBinder.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 from wizards.common.Helper import Helper
-from wizards.common.Helper import Helper
 
 class ListModelBinder(object):
 
-- 
1.7.10.4

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice