Salome HOME
Enable Apply, Apply and Close buttons, if create land cover map operation is started...
[modules/hydro.git] / bin / hydro_setenv.py
1 #! /usr/bin/env python
2 #  -*- coding: iso-8859-1 -*-
3
4 import os
5
6 def set_env( args ):
7     os.environ["SALOME_MODULES_ORDER"] = "HYDRO,GEOM,SMESH"
8     pass