fix import error on some ubuntu/python versions

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-09 08:43:29 +01:00
parent 34cdd4a1d7
commit ffdb9378b5

View File

@ -16,7 +16,7 @@ del os
from . import libngpy
from .libngpy.meshvis import _Redraw
_Redraw = libngpy.meshvis._Redraw
def RedrawWithEventHandling(*args, **kwargs):
try: