FEM: typo

This commit is contained in:
Bernd Hahnebach
2019-09-13 18:44:05 +02:00
parent 2797726880
commit 44e853c2f8

View File

@@ -172,7 +172,7 @@ class TestObjectExistance(unittest.TestCase):
# get the supportedTypes for FEM module
# Fem needs do be imported to get the FEM docuent types
# Fem needs do be imported to get the FEM document types
# with the following instead of import Fem
# flake8 and lgtm do not complain "Fem imported but unused"
__import__("Fem")