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 <petr.vo...@gmail.com> 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