[Libreoffice-commits] core.git: wizards/source

Jean-Pierre Ledure (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 21 10:33:15 UTC 2020


 wizards/source/access2base/access2base.py |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 13512bf5ef004e7388ad15b3c3c91377c90c3623
Author:     Jean-Pierre Ledure <jp at ledure.be>
AuthorDate: Mon Sep 21 12:31:03 2020 +0200
Commit:     Jean-Pierre Ledure <jp at ledure.be>
CommitDate: Mon Sep 21 12:31:03 2020 +0200

    Access2Base - access2base.py, remove compatibility import
    
    Change-Id: I0f390758e17c09c3cec8a86c22cdfc3a8d39cc17

diff --git a/wizards/source/access2base/access2base.py b/wizards/source/access2base/access2base.py
index 77878e0053bc..87734ebbb17f 100644
--- a/wizards/source/access2base/access2base.py
+++ b/wizards/source/access2base/access2base.py
@@ -36,8 +36,6 @@ Specific documentation about Access2Base and Python:
     http://www.access2base.com/access2base.html#%5B%5BAccess2Base%20and%20Python%5D%5D
 """
 
-from __future__ import unicode_literals
-
 import uno
 XSCRIPTCONTEXT = uno
 


More information about the Libreoffice-commits mailing list