[Modeling-cvs] ProjectModeling/Modeling Adaptor.py,1.6,1.7 AdaptorChannel.py,1.5,1.6 AdaptorContext.
Status: Abandoned
Brought to you by:
sbigaret
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1420 Modified Files: Adaptor.py AdaptorChannel.py AdaptorContext.py AdaptorOperation.py Attribute.py CooperatingObjectStore.py CustomObject.py Database.py DatabaseChannel.py DatabaseContext.py DatabaseObject.py DatabaseOperation.py EditingContext.py Entity.py EntityClassDescription.py Exceptions.py FaultHandler.py FetchSpecification.py GlobalID.py Join.py KeyValueCoding.py Model.py ModelSet.py ModelValidation.py ObjectStore.py ObjectStoreCoordinator.py Persistent.py PyModel.py Qualifier.py QualifierParser.py Relationship.py RelationshipManipulation.py SQLExpression.py SchemaGeneration.py SnapshotsHandling.py SortOrdering.py Validation.py XMLutils.py __init__.py delegation.py logging.py utils.py Log Message: Conformance to PEP-0263 Index: Adaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Adaptor.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Adaptor.py 14 Mar 2003 11:40:01 -0000 1.6 --- Adaptor.py 14 Feb 2004 18:27:03 -0000 1.7 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: AdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/AdaptorChannel.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AdaptorChannel.py 14 Mar 2003 11:40:01 -0000 1.5 --- AdaptorChannel.py 14 Feb 2004 18:27:03 -0000 1.6 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: AdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/AdaptorContext.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AdaptorContext.py 14 Mar 2003 11:40:01 -0000 1.4 --- AdaptorContext.py 14 Feb 2004 18:27:03 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: AdaptorOperation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/AdaptorOperation.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AdaptorOperation.py 14 Mar 2003 11:40:01 -0000 1.3 --- AdaptorOperation.py 14 Feb 2004 18:27:03 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Attribute.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Attribute.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Attribute.py 20 Jan 2004 22:11:48 -0000 1.19 --- Attribute.py 14 Feb 2004 18:27:03 -0000 1.20 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: CooperatingObjectStore.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CooperatingObjectStore.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CooperatingObjectStore.py 10 Jan 2003 10:45:44 -0000 1.2 --- CooperatingObjectStore.py 14 Feb 2004 18:27:03 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: CustomObject.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CustomObject.py,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** CustomObject.py 2 Aug 2003 11:14:57 -0000 1.18 --- CustomObject.py 14 Feb 2004 18:27:03 -0000 1.19 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Database.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Database.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Database.py 14 Mar 2003 11:40:05 -0000 1.8 --- Database.py 14 Feb 2004 18:27:03 -0000 1.9 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: DatabaseChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseChannel.py,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** DatabaseChannel.py 18 Jul 2003 13:37:03 -0000 1.16 --- DatabaseChannel.py 14 Feb 2004 18:27:03 -0000 1.17 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: DatabaseContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseContext.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** DatabaseContext.py 2 Aug 2003 11:16:40 -0000 1.19 --- DatabaseContext.py 14 Feb 2004 18:27:03 -0000 1.20 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: DatabaseObject.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseObject.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DatabaseObject.py 14 Mar 2003 11:40:07 -0000 1.3 --- DatabaseObject.py 14 Feb 2004 18:27:03 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: DatabaseOperation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseOperation.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DatabaseOperation.py 27 Jul 2003 17:02:01 -0000 1.4 --- DatabaseOperation.py 14 Feb 2004 18:27:03 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: EditingContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/EditingContext.py,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** EditingContext.py 18 Jul 2003 14:30:45 -0000 1.30 --- EditingContext.py 14 Feb 2004 18:27:03 -0000 1.31 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Entity.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Entity.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Entity.py 20 Jan 2004 22:11:48 -0000 1.19 --- Entity.py 14 Feb 2004 18:27:03 -0000 1.20 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: EntityClassDescription.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/EntityClassDescription.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** EntityClassDescription.py 23 Jul 2003 11:23:12 -0000 1.15 --- EntityClassDescription.py 14 Feb 2004 18:27:03 -0000 1.16 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Exceptions.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Exceptions.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Exceptions.py 14 Mar 2003 11:40:08 -0000 1.3 --- Exceptions.py 14 Feb 2004 18:27:03 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: FaultHandler.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/FaultHandler.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** FaultHandler.py 19 Jun 2003 14:19:02 -0000 1.14 --- FaultHandler.py 14 Feb 2004 18:27:03 -0000 1.15 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: FetchSpecification.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/FetchSpecification.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FetchSpecification.py 16 Jul 2003 19:16:00 -0000 1.5 --- FetchSpecification.py 14 Feb 2004 18:27:03 -0000 1.6 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: GlobalID.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/GlobalID.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** GlobalID.py 13 Sep 2003 13:01:02 -0000 1.8 --- GlobalID.py 14 Feb 2004 18:27:03 -0000 1.9 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Join.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Join.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Join.py 23 Jul 2003 12:53:08 -0000 1.5 --- Join.py 14 Feb 2004 18:27:03 -0000 1.6 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: KeyValueCoding.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/KeyValueCoding.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** KeyValueCoding.py 28 Sep 2003 14:52:06 -0000 1.7 --- KeyValueCoding.py 14 Feb 2004 18:27:03 -0000 1.8 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Model.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Model.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Model.py 9 Aug 2003 15:08:40 -0000 1.13 --- Model.py 14 Feb 2004 18:27:03 -0000 1.14 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: ModelSet.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelSet.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ModelSet.py 23 Jul 2003 21:09:26 -0000 1.10 --- ModelSet.py 14 Feb 2004 18:27:03 -0000 1.11 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: ModelValidation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelValidation.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ModelValidation.py 24 Jun 2003 10:21:57 -0000 1.10 --- ModelValidation.py 14 Feb 2004 18:27:03 -0000 1.11 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: ObjectStore.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ObjectStore.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ObjectStore.py 14 Mar 2003 11:40:09 -0000 1.6 --- ObjectStore.py 14 Feb 2004 18:27:03 -0000 1.7 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: ObjectStoreCoordinator.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ObjectStoreCoordinator.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ObjectStoreCoordinator.py 20 Jan 2004 16:07:13 -0000 1.12 --- ObjectStoreCoordinator.py 14 Feb 2004 18:27:03 -0000 1.13 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Persistent.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Persistent.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Persistent.py 14 Mar 2003 11:40:10 -0000 1.3 --- Persistent.py 14 Feb 2004 18:27:03 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: PyModel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/PyModel.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PyModel.py 15 Nov 2003 13:02:41 -0000 1.7 --- PyModel.py 14 Feb 2004 18:27:03 -0000 1.8 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Qualifier.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Qualifier.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Qualifier.py 10 Jul 2003 11:57:55 -0000 1.7 --- Qualifier.py 14 Feb 2004 18:27:04 -0000 1.8 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: QualifierParser.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/QualifierParser.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** QualifierParser.py 5 Dec 2003 14:19:58 -0000 1.12 --- QualifierParser.py 14 Feb 2004 18:27:04 -0000 1.13 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Relationship.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Relationship.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Relationship.py 20 Jan 2004 22:11:48 -0000 1.17 --- Relationship.py 14 Feb 2004 18:27:04 -0000 1.18 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: RelationshipManipulation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/RelationshipManipulation.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RelationshipManipulation.py 23 Jul 2003 14:50:50 -0000 1.4 --- RelationshipManipulation.py 14 Feb 2004 18:27:04 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: SQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/SQLExpression.py,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** SQLExpression.py 18 Dec 2003 14:50:12 -0000 1.26 --- SQLExpression.py 14 Feb 2004 18:27:04 -0000 1.27 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: SchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/SchemaGeneration.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** SchemaGeneration.py 17 Dec 2003 15:15:33 -0000 1.9 --- SchemaGeneration.py 14 Feb 2004 18:27:04 -0000 1.10 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: SnapshotsHandling.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/SnapshotsHandling.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SnapshotsHandling.py 14 Mar 2003 11:40:10 -0000 1.5 --- SnapshotsHandling.py 14 Feb 2004 18:27:04 -0000 1.6 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: SortOrdering.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/SortOrdering.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** SortOrdering.py 9 Feb 2004 21:06:05 -0000 1.6 --- SortOrdering.py 14 Feb 2004 18:27:04 -0000 1.7 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: Validation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Validation.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Validation.py 10 Jan 2003 10:45:44 -0000 1.4 --- Validation.py 14 Feb 2004 18:27:04 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: XMLutils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/XMLutils.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** XMLutils.py 27 May 2003 19:37:28 -0000 1.4 --- XMLutils.py 14 Feb 2004 18:27:04 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/__init__.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** __init__.py 9 Feb 2004 21:06:05 -0000 1.5 --- __init__.py 14 Feb 2004 18:27:04 -0000 1.6 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: delegation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/delegation.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** delegation.py 14 Mar 2003 11:38:18 -0000 1.3 --- delegation.py 14 Feb 2004 18:27:04 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- """ delegation module Index: logging.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/logging.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** logging.py 18 Jul 2003 10:33:52 -0000 1.6 --- logging.py 14 Feb 2004 18:27:04 -0000 1.7 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: utils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/utils.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** utils.py 28 Jan 2004 14:54:09 -0000 1.17 --- utils.py 14 Feb 2004 18:27:04 -0000 1.18 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # |