mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
7 lines
110 B
Python
7 lines
110 B
Python
|
from os import environ
|
||
|
from sys import path
|
||
|
path.append(environ['NETGENDIR']+'/../lib')
|
||
|
|
||
|
del environ
|
||
|
del path
|