From 3cd0cbde8a3af86c8d72253e4da2a79e22cafee7 Mon Sep 17 00:00:00 2001 From: François Andriot Date: Sun, 9 Apr 2023 19:06:32 +0200 Subject: Fix python3 indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- kexi/plugins/scripting/scripts/importxhtml/ImportXHTML.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/plugins/scripting/scripts/importxhtml') diff --git a/kexi/plugins/scripting/scripts/importxhtml/ImportXHTML.py b/kexi/plugins/scripting/scripts/importxhtml/ImportXHTML.py index 03a6772a8..e9f330117 100755 --- a/kexi/plugins/scripting/scripts/importxhtml/ImportXHTML.py +++ b/kexi/plugins/scripting/scripts/importxhtml/ImportXHTML.py @@ -203,8 +203,8 @@ class KexiDBOutput: """ Constructor. """ import kexiapp keximainwindow = kexiapp.get("KexiAppMainWindow") - - try: + + try: self.connection = keximainwindow.getConnection() except: raise Exception("No connection established. Please open a project before.") -- cgit v1.2.3