;ò
î¸ŭCc           @   s4   d  Z  d d d !Z d k Td e f d     YZ d S(   sE   
   Copyright (C) 2001-2003 PimenTech SARL (http://www.pimentech.net)

   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.

   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
   Library General Public License for more details.

   You should have received a copy of the GNU Library General Public
   License along with this library; see the file COPYING.LIB.  If not,
   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.	
s   $Revision: 1.6 $i   iŝ˙˙˙(   s   *s   Relationc           B   s)   t  Z d  Z d Z d d  Z d   Z RS(   s   handles relationss   Relations    c         C   s   t  i |  | |  d  S(   N(   s	   CoreTables   __init__s   selfs   ids   title(   s   selfs   ids   title(    (    s   relation.pys   __init__   s    c         C   s'   | i d t |   |  i   f  d  S(   Ns!   %s [ shape=diamond label="%s" ];
(   s   outputs   writes   strs   selfs   _get_dot_label(   s   selfs   output(    (    s   relation.pys	   write_dot!   s    (   s   __name__s
   __module__s   __doc__s	   meta_types   __init__s	   write_dot(    (    (    s   relation.pys   Relation   s    N(   s   __doc__s   __version__s%   Products.PimenTechLibCommon.coretables	   CoreTables   Relation(   s   __version__s   Relation(    (    s   relation.pys   ?   s   
