From 64c9fa0dabdc0c62a5b6d942c084089772bf07d5 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 30 Jul 2020 14:37:11 +0200 Subject: [PATCH] Py2: fix Python2 builds --- .../femexamples/equation_electrostatics_capacitance_two_balls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py b/src/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py index 3ef9780d4a..ed09777d74 100644 --- a/src/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py +++ b/src/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # *************************************************************************** # * Copyright (c) 2020 Sudhanshu Dubey * # * *