[Modeling-cvs] ProjectModeling/Modeling Adaptor.py,1.5,1.6 AdaptorChannel.py,1.4,1.5 AdaptorContext.
Status: Abandoned
Brought to you by:
sbigaret
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv21629 Modified Files: Adaptor.py AdaptorChannel.py AdaptorContext.py AdaptorOperation.py Attribute.py CustomObject.py Database.py DatabaseChannel.py DatabaseContext.py DatabaseObject.py DatabaseOperation.py Exceptions.py FaultHandler.py FetchSpecification.py GlobalID.py Join.py ObjectStore.py ObjectStoreCoordinator.py ObserverCenter.py Persistent.py SQLExpression.py SchemaGeneration.py SnapshotsHandling.py XMLutils.py utils.py Log Message: Removed __author__ attribute in modules Index: Adaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Adaptor.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Adaptor.py 10 Feb 2003 10:25:56 -0000 1.5 --- Adaptor.py 14 Mar 2003 11:40:01 -0000 1.6 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from inspect import isclass --- 33,36 ---- Index: AdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/AdaptorChannel.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AdaptorChannel.py 10 Jan 2003 10:45:44 -0000 1.4 --- AdaptorChannel.py 14 Mar 2003 11:40:01 -0000 1.5 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from logging import warn, debug --- 33,36 ---- Index: AdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/AdaptorContext.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AdaptorContext.py 20 Feb 2003 11:57:17 -0000 1.3 --- AdaptorContext.py 14 Mar 2003 11:40:01 -0000 1.4 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' # Interfaces --- 33,36 ---- Index: AdaptorOperation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/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:44 -0000 1.2 --- AdaptorOperation.py 14 Mar 2003 11:40:01 -0000 1.3 *************** *** 31,35 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' --- 31,34 ---- Index: Attribute.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Attribute.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Attribute.py 10 Jan 2003 10:45:44 -0000 1.8 --- Attribute.py 14 Mar 2003 11:40:01 -0000 1.9 *************** *** 32,36 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' # Modeling --- 32,35 ---- Index: CustomObject.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CustomObject.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CustomObject.py 23 Feb 2003 14:55:36 -0000 1.12 --- CustomObject.py 14 Mar 2003 11:40:01 -0000 1.13 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' # framework --- 33,36 ---- Index: Database.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Database.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Database.py 10 Jan 2003 10:45:44 -0000 1.7 --- Database.py 14 Mar 2003 11:40:05 -0000 1.8 *************** *** 46,50 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from time import time --- 46,49 ---- Index: DatabaseChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseChannel.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** DatabaseChannel.py 7 Mar 2003 09:27:18 -0000 1.10 --- DatabaseChannel.py 14 Mar 2003 11:40:06 -0000 1.11 *************** *** 35,39 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from logging import trace --- 35,38 ---- Index: DatabaseContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseContext.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** DatabaseContext.py 23 Feb 2003 17:16:07 -0000 1.13 --- DatabaseContext.py 14 Mar 2003 11:40:07 -0000 1.14 *************** *** 74,78 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from logging import info, error, trace, debug, warn --- 74,77 ---- Index: DatabaseObject.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseObject.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DatabaseObject.py 10 Jan 2003 10:45:44 -0000 1.2 --- DatabaseObject.py 14 Mar 2003 11:40:07 -0000 1.3 *************** *** 38,42 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' # python --- 38,41 ---- Index: DatabaseOperation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/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:44 -0000 1.2 --- DatabaseOperation.py 14 Mar 2003 11:40:08 -0000 1.3 *************** *** 79,83 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' # Constants --- 79,82 ---- Index: Exceptions.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Exceptions.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Exceptions.py 10 Jan 2003 10:45:44 -0000 1.2 --- Exceptions.py 14 Mar 2003 11:40:08 -0000 1.3 *************** *** 30,34 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' # python --- 30,33 ---- Index: FaultHandler.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/FaultHandler.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** FaultHandler.py 10 Jan 2003 10:45:44 -0000 1.12 --- FaultHandler.py 14 Mar 2003 11:40:08 -0000 1.13 *************** *** 54,58 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' import sys, weakref --- 54,57 ---- Index: FetchSpecification.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/FetchSpecification.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FetchSpecification.py 10 Jan 2003 10:45:44 -0000 1.3 --- FetchSpecification.py 14 Mar 2003 11:40:08 -0000 1.4 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from interfaces.FetchSpecification import IFetchSpecification --- 33,36 ---- Index: GlobalID.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/GlobalID.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GlobalID.py 10 Feb 2003 10:52:03 -0000 1.6 --- GlobalID.py 14 Mar 2003 11:40:08 -0000 1.7 *************** *** 54,58 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from interfaces.GlobalID import IKeyGlobalID, ITemporaryGlobalID --- 54,57 ---- Index: Join.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Join.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Join.py 10 Jan 2003 10:45:44 -0000 1.2 --- Join.py 14 Mar 2003 11:40:09 -0000 1.3 *************** *** 31,35 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from utils import isaValidName --- 31,34 ---- Index: ObjectStore.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ObjectStore.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ObjectStore.py 23 Feb 2003 16:46:14 -0000 1.5 --- ObjectStore.py 14 Mar 2003 11:40:09 -0000 1.6 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from interfaces.ObjectStoreInterface import ObjectStoreInterface --- 33,36 ---- Index: ObjectStoreCoordinator.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ObjectStoreCoordinator.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ObjectStoreCoordinator.py 10 Feb 2003 11:47:54 -0000 1.8 --- ObjectStoreCoordinator.py 14 Mar 2003 11:40:09 -0000 1.9 *************** *** 53,57 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from logging import error, warn, debug --- 53,56 ---- Index: ObserverCenter.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ObserverCenter.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ObserverCenter.py 10 Jan 2003 10:45:44 -0000 1.6 --- ObserverCenter.py 14 Mar 2003 11:40:09 -0000 1.7 *************** *** 34,38 **** __version__='$Revision$'[11:-2] - __author__ ='Sébastien Bigaret' isLogEnabled=0 --- 34,37 ---- Index: Persistent.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Persistent.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Persistent.py 10 Jan 2003 10:45:44 -0000 1.2 --- Persistent.py 14 Mar 2003 11:40:10 -0000 1.3 *************** *** 28,32 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' class Persistent: --- 28,31 ---- Index: SQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/SQLExpression.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** SQLExpression.py 7 Mar 2003 16:32:19 -0000 1.15 --- SQLExpression.py 14 Mar 2003 11:40:10 -0000 1.16 *************** *** 33,37 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from cStringIO import StringIO --- 33,36 ---- Index: SchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/SchemaGeneration.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SchemaGeneration.py 1 Feb 2003 16:07:31 -0000 1.7 --- SchemaGeneration.py 14 Mar 2003 11:40:10 -0000 1.8 *************** *** 36,40 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from StringIO import StringIO --- 36,39 ---- Index: SnapshotsHandling.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/SnapshotsHandling.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SnapshotsHandling.py 10 Jan 2003 10:45:44 -0000 1.4 --- SnapshotsHandling.py 14 Mar 2003 11:40:10 -0000 1.5 *************** *** 26,30 **** """ __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' from time import time --- 26,29 ---- Index: XMLutils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/XMLutils.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** XMLutils.py 10 Jan 2003 10:45:44 -0000 1.2 --- XMLutils.py 14 Mar 2003 11:40:10 -0000 1.3 *************** *** 45,49 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' class XMLImportError(Exception): --- 45,48 ---- Index: utils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/utils.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** utils.py 2 Mar 2003 14:00:45 -0000 1.9 --- utils.py 14 Mar 2003 11:40:10 -0000 1.10 *************** *** 30,34 **** __version__='$Revision$'[11:-2] - __author__='Sébastien Bigaret <Seb...@in...>' --- 30,33 ---- |