Mercurial > hg > MPIWGWeb
comparison __init__.py @ 81:975a8d88e315
new editable info blocks for projects.
removed RelatedDigitalSources. updateAllProjects converts to info block.
author | casties |
---|---|
date | Fri, 10 May 2013 17:32:53 +0200 |
parents | 9a75eb1b31b3 |
children |
comparison
equal
deleted
inserted
replaced
80:b1893c4c9d2c | 81:975a8d88e315 |
---|---|
5 import MPIWGFeature | 5 import MPIWGFeature |
6 import MPIWGDepartment | 6 import MPIWGDepartment |
7 import MPIWGFolder | 7 import MPIWGFolder |
8 import MPIWGRoot | 8 import MPIWGRoot |
9 | 9 |
10 from nameSplitter import nameSplitter | |
11 | 10 |
12 def initialize(context): | 11 def initialize(context): |
13 """initialize MPIWGWeb""" | 12 """initialize MPIWGWeb""" |
14 context.registerClass( | 13 context.registerClass( |
15 MPIWGProjects.MPIWGProject, | 14 MPIWGProjects.MPIWGProject, |