Changeset 206 for waeup_product
- Timestamp:
- 18 May 2006, 13:48:21 (18 years ago)
- Location:
- waeup_product/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/__init__.py
r205 r206 1 1 #-*- mode: python; mode: fold -*- 2 2 # $Id$ 3 #from Products.CMFCore.utils import ContentInit, ToolInit3 from Products.CMFCore.utils import ContentInit, ToolInit 4 4 from Products.CMFCore.DirectoryView import registerDirectory 5 5 from Products.CMFCore import utils as cmfutils -
waeup_product/trunk/exportimport.py
r200 r206 67 67 """install Universityspecific Faculies with Departments""" 68 68 faculties = [ 69 ## {'id': 'agri', ###(70 ##'Title': 'Agriculture',71 ##'departments': [69 {'id': 'agriculture', ###( 70 'Title': 'Agriculture', 71 'departments': [ 72 72 ## { 'id': 'dep1', ###( 73 73 ## 'Title': 'One', 74 74 ## }, 75 ## ], 76 ## },###) 75 ], 76 },###) 77 {'id': 'arts', ###( 78 'Title': 'Arts', 79 'departments': [ 80 ## { 'id': 'dep1', ###( 81 ## 'Title': 'One', 82 ## }, 83 ], 84 },###) 77 85 { 'id': 'science', 78 86 'Title': 'Science',
Note: See TracChangeset for help on using the changeset viewer.