EduploneExam/interfaces IExamAnswer.py,1.19,1.20 IExamConfig.py,1.1,1.2 IExamContext.py,1.13,1.14 IExamNotifier.py,1.19,1.20 IExamNotifyable.py,1.19,1.20 IExamQuestion.py,1.19,1.20 IExamResponse.py,1.14,1.15
Nils Haagen <[email protected]> Mon, 10 Jan 2005 12:49:21 +0000
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneExam/interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12082/interfaces Modified Files: IExamAnswer.py IExamConfig.py IExamContext.py IExamNotifier.py IExamNotifyable.py IExamQuestion.py IExamResponse.py Log Message: umlaute working now; removed matching-doublets Index: IExamAnswer.py =================================================================== RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamAnswer.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** IExamAnswer.py 18 Dec 2004 14:04:23 -0000 1.19 --- IExamAnswer.py 10 Jan 2005 12:49:18 -0000 1.20 *************** *** 5,12 **** RCS-ID $Id$ """ ! # Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Sat Dec 18 14:43:46 2004 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # --- 5,12 ---- RCS-ID $Id$ """ ! # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Mon Jan 10 11:01:26 2005 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # Index: IExamQuestion.py =================================================================== RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamQuestion.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** IExamQuestion.py 18 Dec 2004 14:04:23 -0000 1.19 --- IExamQuestion.py 10 Jan 2005 12:49:19 -0000 1.20 *************** *** 5,12 **** RCS-ID $Id$ """ ! # Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Sat Dec 18 14:43:46 2004 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # --- 5,12 ---- RCS-ID $Id$ """ ! # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Mon Jan 10 11:01:26 2005 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # Index: IExamResponse.py =================================================================== RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamResponse.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** IExamResponse.py 18 Dec 2004 14:04:23 -0000 1.14 --- IExamResponse.py 10 Jan 2005 12:49:19 -0000 1.15 *************** *** 5,12 **** RCS-ID $Id$ """ ! # Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Sat Dec 18 14:43:46 2004 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # --- 5,12 ---- RCS-ID $Id$ """ ! # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Mon Jan 10 11:01:26 2005 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # Index: IExamContext.py =================================================================== RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamContext.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** IExamContext.py 18 Dec 2004 14:04:23 -0000 1.13 --- IExamContext.py 10 Jan 2005 12:49:18 -0000 1.14 *************** *** 5,12 **** RCS-ID $Id$ """ ! # Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Sat Dec 18 14:43:46 2004 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # --- 5,12 ---- RCS-ID $Id$ """ ! # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Mon Jan 10 11:01:26 2005 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # Index: IExamNotifyable.py =================================================================== RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamNotifyable.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** IExamNotifyable.py 18 Dec 2004 14:04:23 -0000 1.19 --- IExamNotifyable.py 10 Jan 2005 12:49:19 -0000 1.20 *************** *** 5,12 **** RCS-ID $Id$ """ ! # Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Sat Dec 18 14:43:46 2004 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # --- 5,12 ---- RCS-ID $Id$ """ ! # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Mon Jan 10 11:01:26 2005 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # Index: IExamNotifier.py =================================================================== RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamNotifier.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** IExamNotifier.py 18 Dec 2004 14:04:23 -0000 1.19 --- IExamNotifier.py 10 Jan 2005 12:49:19 -0000 1.20 *************** *** 5,12 **** RCS-ID $Id$ """ ! # Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Sat Dec 18 14:43:46 2004 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # --- 5,12 ---- RCS-ID $Id$ """ ! # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Mon Jan 10 11:01:26 2005 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # Index: IExamConfig.py =================================================================== RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamConfig.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IExamConfig.py 18 Dec 2004 20:43:22 -0000 1.1 --- IExamConfig.py 10 Jan 2005 12:49:18 -0000 1.2 *************** *** 5,12 **** RCS-ID $Id$ """ ! # Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Sat Dec 18 14:43:46 2004 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # --- 5,12 ---- RCS-ID $Id$ """ ! # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed # by FH-Aargau, Switzerland # ! # Generated: Mon Jan 10 11:01:26 2005 # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/ # ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt