~ubuntu-branches/ubuntu/raring/schooltool.intervention/raring

« back to all changes in this revision

Viewing changes to src/schooltool/intervention/security.zcml

  • Committer: Gediminas Paulauskas
  • Date: 2011-09-19 16:56:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: menesis@pov.lt-20110919165645-718diuud5tc4mjsx
Tags: 0.5.0-0ubuntu1
* New upstream release.
* debian/rules: move gradebook to Suggests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
  <crowd
49
49
    name="intervention_instructors"
50
 
    factory=".intervention.InterventionInstructorsCrowd" />
 
50
    factory=".security.InterventionInstructorsCrowd" />
51
51
 
52
52
  <crowd
53
53
    name="intervention_advisors"
54
 
    factory=".intervention.InterventionAdvisorsCrowd" />
 
54
    factory=".security.InterventionAdvisorsCrowd" />
55
55
 
56
56
  <crowd
57
57
    name="staff_responsible"
58
 
    factory=".intervention.StaffResponsibleCrowd" />
 
58
    factory=".security.StaffResponsibleCrowd" />
59
59
 
60
60
  <crowd
61
61
    name="student_responsible"
62
 
    factory=".intervention.StudentResponsibleCrowd" />
 
62
    factory=".security.StudentResponsibleCrowd" />
63
63
 
64
64
  <allow
65
65
     interface=".interfaces.IInterventionRootMarker"