EduploneExam_QOrder/questions OrderQuestion.py,1.4,1.5
Claudia Disque <[email protected]> Sun, 27 Nov 2005 14:54:59 +0000
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneExam_QOrder/questions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12009/questions
Modified Files:
OrderQuestion.py
Log Message:
added i18n_domain EduploneExam and translated 'correct'-field
Index: OrderQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam_QOrder/questions/OrderQuestion.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** OrderQuestion.py 15 Nov 2005 10:15:09 -0000 1.4
--- OrderQuestion.py 27 Nov 2005 14:54:57 -0000 1.5
***************
*** 51,57 ****
##/code-section after-schema
! class OrderQuestion(BaseExamQuestion):
security = ClassSecurityInfo()
! __implements__ = (getattr(BaseExamQuestion,'__implements__',()),) #+ (getattr(BaseFolder,'__implements__',()),)
--- 51,57 ----
##/code-section after-schema
! class OrderQuestion(BaseExamQuestion,BaseFolder):
security = ClassSecurityInfo()
! __implements__ = (getattr(BaseExamQuestion,'__implements__',()),) + (getattr(BaseFolder,'__implements__',()),)
***************
*** 124,127 ****
--- 124,128 ----
+
registerType(OrderQuestion,PROJECTNAME)
# end of class OrderQuestion
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click