- Timestamp:
- 4 Nov 2005, 17:29:06 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPVocabularies.py
r136 r153 1 #-*- mode: python; mode: fold -*- 1 2 ##parameters= 2 3 # $Id$ … … 12 13 vocabularies = {} 13 14 14 nigerian_states _voc = {15 nigerian_states = { ###( 15 16 'type': 'CPS Vocabulary', 16 17 'data': {'tuples': ( … … 54 55 )}, 55 56 } 56 vocabularies['nigerian_states'] = nigerian_states_voc 57 vocabularies['nigerian_states'] = nigerian_states 58 ###) 57 59 58 faculties _voc = {60 faculties = { ###( 59 61 'type': 'CPS Vocabulary', 60 62 'data': {'tuples': ( … … 72 74 )}, 73 75 } 74 vocabularies['faculties'] = faculties_voc 75 level_voc = { 76 vocabularies['faculties'] = faculties 77 ###) 78 79 level = { ###( 76 80 'type': 'CPS Vocabulary', 77 81 'data': {'tuples': ( … … 82 86 )}, 83 87 } 84 vocabularies['courselevel'] = level_voc 88 vocabularies['courselevel'] = level 89 90 ###) 85 91 86 92 vocabularies['range5'] = {'type': 'CPS Vocabulary',
Note: See TracChangeset for help on using the changeset viewer.