mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
fix python import of non-gui builds
This commit is contained in:
parent
ffdb9378b5
commit
81c1d46db0
@ -16,6 +16,8 @@ del os
|
|||||||
|
|
||||||
from . import libngpy
|
from . import libngpy
|
||||||
|
|
||||||
|
if config.USE_GUI:
|
||||||
|
global _Redraw, Redraw
|
||||||
_Redraw = libngpy.meshvis._Redraw
|
_Redraw = libngpy.meshvis._Redraw
|
||||||
|
|
||||||
def RedrawWithEventHandling(*args, **kwargs):
|
def RedrawWithEventHandling(*args, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user