EduploneExam/interfaces IExamAnswer.py,1.22,1.23 IExamConfig.py,1.4,1.5 IExamContext.py,1.16,1.17 IExamNotifier.py,1.22,1.23 IExamNotifyable.py,1.22,1.23 IExamQuestion.py,1.22,1.23 IExamResponse.py,1.17,1.18 __init__.py,1.5,1.6

Nils Haagen <[email protected]> Fri, 08 Apr 2005 09:18:13 +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-serv3973/interfaces

Modified Files:
	IExamAnswer.py IExamConfig.py IExamContext.py IExamNotifier.py 
	IExamNotifyable.py IExamQuestion.py IExamResponse.py 
	__init__.py 
Log Message:
generated with ArchGen_1.4, +fillgap

Index: IExamAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamAnswer.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** IExamAnswer.py	2 Apr 2005 15:07:28 -0000	1.22
--- IExamAnswer.py	8 Apr 2005 09:18:10 -0000	1.23
***************
*** 3,13 ****
  unknown
  
- RCS-ID $Id$
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Mar 30 22:50:23 2005
! # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
--- 3,11 ----
  unknown
  
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generator: ArchGenXML Version 1.4 devel 1 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
***************
*** 25,38 ****
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
  __docformat__ = 'plaintext'
  
  
  from Interface import Base
  
  class IExamAnswer(Base):
!     '''
      
!     '''
  
      #Methods
--- 23,37 ----
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = '''Nils Haagen <[email protected]>, Jens Klein <[email protected]>'''
  __docformat__ = 'plaintext'
  
  
+ 
  from Interface import Base
  
  class IExamAnswer(Base):
!     """
      
!     """
  
      #Methods

Index: IExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamQuestion.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** IExamQuestion.py	2 Apr 2005 15:07:28 -0000	1.22
--- IExamQuestion.py	8 Apr 2005 09:18:10 -0000	1.23
***************
*** 3,13 ****
  unknown
  
- RCS-ID $Id$
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Mar 30 22:50:24 2005
! # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
--- 3,11 ----
  unknown
  
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generator: ArchGenXML Version 1.4 devel 1 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
***************
*** 25,38 ****
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
  __docformat__ = 'plaintext'
  
  
  from Interface import Base
  
  class IExamQuestion(Base):
!     '''
      
!     '''
  
      #Methods
--- 23,37 ----
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = '''Nils Haagen <[email protected]>, Jens Klein <[email protected]>'''
  __docformat__ = 'plaintext'
  
  
+ 
  from Interface import Base
  
  class IExamQuestion(Base):
!     """
      
!     """
  
      #Methods

Index: IExamResponse.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamResponse.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** IExamResponse.py	2 Apr 2005 15:07:28 -0000	1.17
--- IExamResponse.py	8 Apr 2005 09:18:10 -0000	1.18
***************
*** 3,13 ****
  unknown
  
- RCS-ID $Id$
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Mar 30 22:50:24 2005
! # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
--- 3,11 ----
  unknown
  
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generator: ArchGenXML Version 1.4 devel 1 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
***************
*** 25,38 ****
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
  __docformat__ = 'plaintext'
  
  
  from Interface import Base
  
  class IExamResponse(Base):
!     '''
      
!     '''
  
      #Methods
--- 23,37 ----
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = '''Nils Haagen <[email protected]>, Jens Klein <[email protected]>'''
  __docformat__ = 'plaintext'
  
  
+ 
  from Interface import Base
  
  class IExamResponse(Base):
!     """
      
!     """
  
      #Methods

Index: IExamContext.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamContext.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** IExamContext.py	2 Apr 2005 15:07:28 -0000	1.16
--- IExamContext.py	8 Apr 2005 09:18:10 -0000	1.17
***************
*** 3,13 ****
  unknown
  
- RCS-ID $Id$
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Mar 30 22:50:24 2005
! # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
--- 3,11 ----
  unknown
  
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generator: ArchGenXML Version 1.4 devel 1 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
***************
*** 25,38 ****
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
  __docformat__ = 'plaintext'
  
  
  from Interface import Base
  
  class IExamContext(Base):
!     '''
      
!     '''
  
      #Methods
--- 23,37 ----
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = '''Nils Haagen <[email protected]>, Jens Klein <[email protected]>'''
  __docformat__ = 'plaintext'
  
  
+ 
  from Interface import Base
  
  class IExamContext(Base):
!     """
      
!     """
  
      #Methods

Index: IExamNotifyable.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamNotifyable.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** IExamNotifyable.py	2 Apr 2005 15:07:28 -0000	1.22
--- IExamNotifyable.py	8 Apr 2005 09:18:10 -0000	1.23
***************
*** 3,13 ****
  unknown
  
- RCS-ID $Id$
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Mar 30 22:50:24 2005
! # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
--- 3,11 ----
  unknown
  
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generator: ArchGenXML Version 1.4 devel 1 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
***************
*** 25,38 ****
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
  __docformat__ = 'plaintext'
  
  
  from Interface import Base
  
  class IExamNotifyable(Base):
!     '''
      
!     '''
  
      #Methods
--- 23,37 ----
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = '''Nils Haagen <[email protected]>, Jens Klein <[email protected]>'''
  __docformat__ = 'plaintext'
  
  
+ 
  from Interface import Base
  
  class IExamNotifyable(Base):
!     """
      
!     """
  
      #Methods

Index: IExamNotifier.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamNotifier.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** IExamNotifier.py	2 Apr 2005 15:07:28 -0000	1.22
--- IExamNotifier.py	8 Apr 2005 09:18:10 -0000	1.23
***************
*** 3,13 ****
  <p></p>
  
- RCS-ID $Id$
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Mar 30 22:50:24 2005
! # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
--- 3,11 ----
  <p></p>
  
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generator: ArchGenXML Version 1.4 devel 1 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
***************
*** 25,38 ****
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
  __docformat__ = 'plaintext'
  
  
  from Interface import Base
  
  class IExamNotifier(Base):
!     '''
      <p></p>
!     '''
  
      #Methods
--- 23,37 ----
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = '''Nils Haagen <[email protected]>, Jens Klein <[email protected]>'''
  __docformat__ = 'plaintext'
  
  
+ 
  from Interface import Base
  
  class IExamNotifier(Base):
!     """
      <p></p>
!     """
  
      #Methods

Index: __init__.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/__init__.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** __init__.py	18 Dec 2004 14:04:23 -0000	1.5
--- __init__.py	8 Apr 2005 09:18:10 -0000	1.6
***************
*** 1,5 ****
  
! #subpackages
  
  
  #classes
--- 1,10 ----
+ # Initialise this package. You may add your own code in the protected sections
+ # below.
  
! ##code-section init-module-header #fill in your manual code here
! ##/code-section init-module-header
!  
  
+ #subpackages
  
  #classes
***************
*** 11,12 ****
--- 16,20 ----
  import IExamResponse
  import IExamConfig
+ 
+ ##code-section init-module-footer #fill in your manual code here
+ ##/code-section init-module-footer

Index: IExamConfig.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamConfig.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** IExamConfig.py	2 Apr 2005 15:07:28 -0000	1.4
--- IExamConfig.py	8 Apr 2005 09:18:10 -0000	1.5
***************
*** 3,13 ****
  unknown
  
- RCS-ID $Id$
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Mar 30 22:50:24 2005
! # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
--- 3,11 ----
  unknown
  
  """
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
  #
! # Generator: ArchGenXML Version 1.4 devel 1 http://sf.net/projects/archetypes/
  #
  # GNU General Public Licence (GPL)
***************
*** 25,38 ****
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
  __docformat__ = 'plaintext'
  
  
  from Interface import Base
  
  class IExamConfig(Base):
!     '''
      
!     '''
  
      #Methods
--- 23,37 ----
  # Place, Suite 330, Boston, MA  02111-1307  USA
  #
! __author__  = '''Nils Haagen <[email protected]>, Jens Klein <[email protected]>'''
  __docformat__ = 'plaintext'
  
  
+ 
  from Interface import Base
  
  class IExamConfig(Base):
!     """
      
!     """
  
      #Methods



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click