~sielibre/schooltool.isli/2.10_packaging

« back to all changes in this revision

Viewing changes to src/schooltool/isli/browser/assessment.zcml

  • Committer: Douglas Cerna
  • Date: 2015-06-21 07:25:28 UTC
  • Revision ID: douglascerna@yahoo.com-20150621072528-di9y1eetfhcacc85
Added note reports

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<configure xmlns="http://namespaces.zope.org/browser"
 
3
           xmlns:zope="http://namespaces.zope.org/zope"
 
4
           xmlns:i18n="http://namespaces.zope.org/i18n"
 
5
           xmlns:flourish="http://schooltool.org/flourish"
 
6
           xmlns:report="http://namespaces.schooltool.org/report"
 
7
           i18n_domain="schooltool.isli">
 
8
 
 
9
  <zope:utility
 
10
     factory=".assessment.YearTermsVocabularyFactory"
 
11
     provides="zope.schema.interfaces.IVocabularyFactory"
 
12
     name="schooltool.isli.year_terms" />
 
13
 
 
14
</configure>