mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
fix import error on some ubuntu/python versions
This commit is contained in:
parent
34cdd4a1d7
commit
ffdb9378b5
@ -16,7 +16,7 @@ del os
|
|||||||
|
|
||||||
from . import libngpy
|
from . import libngpy
|
||||||
|
|
||||||
from .libngpy.meshvis import _Redraw
|
_Redraw = libngpy.meshvis._Redraw
|
||||||
|
|
||||||
def RedrawWithEventHandling(*args, **kwargs):
|
def RedrawWithEventHandling(*args, **kwargs):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user