[pytm-commits] tmapi/tmapi core.py,1.1,1.2
Brought to you by:
lheuer
From: Lars H. <lh...@us...> - 2005-04-22 18:49:36
|
Update of /cvsroot/pytm/tmapi/tmapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22219/tmapi Modified Files: core.py Log Message: Fixed a PyProtocols bug, renamed Association.[associationRoles] to .[roles] Index: core.py =================================================================== RCS file: /cvsroot/pytm/tmapi/tmapi/core.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** core.py 18 Apr 2005 15:16:06 -0000 1.1 --- core.py 22 Apr 2005 18:49:25 -0000 1.2 *************** *** 16,20 **** # Kal Ahmed (kal at techquila.com) # Lars Marius Garshol (larsga at users.sourceforge.net) ! # Geir Ove Grønmo (grove at users.sourceforge.net) # Lars Heuer (lheuer at users.sourceforge.net) # Stefan Lischke (lischke2 at users.sourceforge.net) --- 16,20 ---- # Kal Ahmed (kal at techquila.com) # Lars Marius Garshol (larsga at users.sourceforge.net) ! # Geir Ove Grønmo (grove at users.sourceforge.net) # Lars Heuer (lheuer at users.sourceforge.net) # Stefan Lischke (lischke2 at users.sourceforge.net) *************** *** 1043,1047 **** """ ! associationRoles = Attribute( """ Returns the AssociationRole objects representing all of the roles --- 1043,1047 ---- """ ! roles = Attribute( """ Returns the AssociationRole objects representing all of the roles *************** *** 1929,1932 **** NO_ADAPTER_NEEDED, provides = [ITypedObject], ! forTypes = [IAssociation, IAssociationRole, IOccurrence, ITopicName] ) --- 1929,1932 ---- NO_ADAPTER_NEEDED, provides = [ITypedObject], ! forProtocols = [IAssociation, IAssociationRole, IOccurrence, ITopicName] ) |