source: trunk/Monitoring/smon/__init__.py @ 871

Last change on this file since 871 was 871, checked in by jripsl, 11 years ago

Improve "config-card" file handling.
Use explicite function for "repo_io" module initialization

File size: 605 bytes
Line 
1# -*- coding: ISO-8859-1 -*-
2
3##################################
4# @program        smon
5# @description    simulation monitor
6# @copyright      Copyright “(c)2009 Centre National de la Recherche Scientifique CNRS.
7#                                                All Rights Reserved”
8# @svn_file       $Id: __init__.py 1112 2011-12-15 05:03:44Z jripsl $
9# @version        $Rev: 1112 $
10# @lastrevision   $Date: 2011-12-15 06:03:44 +0100 (jeu. 15 déc. 2011) $
11# @license        CeCILL (http://dods.ipsl.jussieu.fr/jripsl/smon/LICENSE)
12##################################
13
14
15# HACK
16import sys
17sys.path.append("/home/jripsl/snapshot/Monitoring")
Note: See TracBrowser for help on using the repository browser.