Changeset 229 for trunk/jobarchived/DBClass.py
- Timestamp:
- 03/10/06 17:29:56 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobarchived/DBClass.py
- Property svn:keywords set to Id
r79 r229 9 9 # SARA API for Postgres Database 10 10 # 11 # Changed by: Ramon Bastiaans for Elsa 12 # SVN info: 13 # $Id: DBClass.py 541 2004-06-29 09:19:40Z bas $ 11 # Changed by: Ramon Bastiaans for Job Monarch 12 # 13 # 14 # This file is part of Jobmonarch 15 # 16 # Copyright (C) 2006 Ramon Bastiaans 17 # 18 # Jobmonarch is free software; you can redistribute it and/or modify 19 # it under the terms of the GNU General Public License as published by 20 # the Free Software Foundation; either version 2 of the License, or 21 # (at your option) any later version. 22 # 23 # Jobmonarch is distributed in the hope that it will be useful, 24 # but WITHOUT ANY WARRANTY; without even the implied warranty of 25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 # GNU General Public License for more details. 27 # 28 # You should have received a copy of the GNU General Public License 29 # along with this program; if not, write to the Free Software 30 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 31 # 32 # SVN $Id$ 33 # 14 34 """ 15 35 This is an generic SARA python class that connects to any postgres database.
Note: See TracChangeset
for help on using the changeset viewer.