Ignore:
Timestamp:
18 May 2006, 19:19:33 (18 years ago)
Author:
joachim
Message:

=new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/exportimport.py

    r206 r210  
    6666def installFaculties( academics): ###(
    6767    """install Universityspecific Faculies with Departments"""
    68     faculties = [
     68    faculties = [ ###(
    6969                  {'id': 'agriculture', ###(
    7070                      'Title': 'Agriculture',
     
    7575                                     ],
    7676                      },###)
     77                  ###)
    7778                  {'id': 'arts', ###(
    7879                      'Title': 'Arts',
     
    8384                                     ],
    8485                      },###)
    85                   { 'id': 'science',
     86                  ###)
     87                  {'id': 'BasicMedicalSciences', ###(
     88                      'Title': 'Basic Medical Sciences',
     89                      'departments': [
     90##                                     { 'id': 'dep1', ###(
     91##                                       'Title': 'One',
     92##                                     },
     93                                     ],
     94                      },###)
     95                  ###)
     96                  {'id': 'science', ###(
    8697                  'Title': 'Science',
    8798                  'departments': [
     
    119130                  },###)
    120131                 ]###)
     132                 
     133                ###)
     134
    121135    for faculty in faculties:
    122136        fid = faculty['id']
     
    154168    """
    155169    site = context.getSite()
     170    import pdb; settrace()
    156171    setupStructure(site)
    157172    pass
Note: See TracChangeset for help on using the changeset viewer.