[Modeling-cvs] ProjectModeling/Modeling/interfaces Adaptor.py,1.2,1.3 AdaptorChannel.py,1.4,1.5 Adap
Status: Abandoned
Brought to you by:
sbigaret
Update of /cvsroot/modeling/ProjectModeling/Modeling/interfaces In directory sc8-pr-cvs1:/tmp/cvs-serv21629/interfaces Modified Files: Adaptor.py AdaptorChannel.py AdaptorContext.py AdaptorOperation.py ClassDescription.py ClassDescriptionDelegate.py DatabaseOperation.py EditingContext.py Faulting.py FetchSpecification.py GlobalID.py ObjectStoreInterface.py SchemaGeneration.py Log Message: Removed __author__ attribute in modules Index: Adaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/Adaptor.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Adaptor.py 10 Jan 2003 10:45:45 -0000 1.2 --- Adaptor.py 14 Mar 2003 11:40:11 -0000 1.3 *************** *** 49,53 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 49,52 ---- Index: AdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/AdaptorChannel.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AdaptorChannel.py 21 Feb 2003 09:15:22 -0000 1.4 --- AdaptorChannel.py 14 Mar 2003 11:40:11 -0000 1.5 *************** *** 37,41 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 37,40 ---- Index: AdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/AdaptorContext.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AdaptorContext.py 20 Feb 2003 11:55:58 -0000 1.3 --- AdaptorContext.py 14 Mar 2003 11:40:11 -0000 1.4 *************** *** 47,51 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 47,50 ---- Index: AdaptorOperation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/AdaptorOperation.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AdaptorOperation.py 10 Jan 2003 10:45:45 -0000 1.2 --- AdaptorOperation.py 14 Mar 2003 11:40:11 -0000 1.3 *************** *** 32,36 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 32,35 ---- Index: ClassDescription.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/ClassDescription.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ClassDescription.py 10 Jan 2003 10:45:45 -0000 1.4 --- ClassDescription.py 14 Mar 2003 11:40:11 -0000 1.5 *************** *** 51,55 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 51,54 ---- Index: ClassDescriptionDelegate.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/ClassDescriptionDelegate.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ClassDescriptionDelegate.py 10 Jan 2003 10:45:45 -0000 1.2 --- ClassDescriptionDelegate.py 14 Mar 2003 11:40:11 -0000 1.3 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 33,36 ---- Index: DatabaseOperation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/DatabaseOperation.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DatabaseOperation.py 10 Jan 2003 10:45:45 -0000 1.2 --- DatabaseOperation.py 14 Mar 2003 11:40:11 -0000 1.3 *************** *** 44,48 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 44,47 ---- Index: EditingContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/EditingContext.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EditingContext.py 10 Jan 2003 10:45:45 -0000 1.2 --- EditingContext.py 14 Mar 2003 11:40:12 -0000 1.3 *************** *** 32,36 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 32,35 ---- Index: Faulting.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/Faulting.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Faulting.py 10 Jan 2003 10:45:45 -0000 1.2 --- Faulting.py 14 Mar 2003 11:40:12 -0000 1.3 *************** *** 94,98 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 94,97 ---- Index: FetchSpecification.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/FetchSpecification.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FetchSpecification.py 10 Jan 2003 10:45:45 -0000 1.2 --- FetchSpecification.py 14 Mar 2003 11:40:12 -0000 1.3 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 33,36 ---- Index: GlobalID.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/GlobalID.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GlobalID.py 10 Jan 2003 10:45:45 -0000 1.2 --- GlobalID.py 14 Mar 2003 11:40:12 -0000 1.3 *************** *** 43,47 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 43,46 ---- Index: ObjectStoreInterface.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/ObjectStoreInterface.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ObjectStoreInterface.py 28 Jan 2003 18:42:48 -0000 1.4 --- ObjectStoreInterface.py 14 Mar 2003 11:40:12 -0000 1.5 *************** *** 72,76 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 72,75 ---- Index: SchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/interfaces/SchemaGeneration.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SchemaGeneration.py 1 Feb 2003 16:06:03 -0000 1.4 --- SchemaGeneration.py 14 Mar 2003 11:40:12 -0000 1.5 *************** *** 67,71 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' try: --- 67,70 ---- |