import: in old version it was not clear which csg to take

This commit is contained in:
Joachim Schöberl 2015-10-24 21:33:33 +02:00
parent bdac0aee24
commit 39cb1e0b14

View File

@ -7,7 +7,8 @@ if __platform.startswith('win'):
path.append(environ['NETGENDIR'])
from libngpy import *
# from libngpy import *
import libngpy
from . import csg
from . import meshing