Changeset 206 for waeup_product/trunk


Ignore:
Timestamp:
18 May 2006, 13:48:21 (18 years ago)
Author:
joachim
Message:

=new

Location:
waeup_product/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/__init__.py

    r205 r206  
    11#-*- mode: python; mode: fold -*-
    22# $Id$
    3 #from Products.CMFCore.utils import ContentInit, ToolInit
     3from Products.CMFCore.utils import ContentInit, ToolInit
    44from Products.CMFCore.DirectoryView import registerDirectory
    55from Products.CMFCore import utils as cmfutils
  • waeup_product/trunk/exportimport.py

    r200 r206  
    6767    """install Universityspecific Faculies with Departments"""
    6868    faculties = [
    69 ##                     {'id': 'agri', ###(
    70 ##                      'Title': 'Agriculture',
    71 ##                      'departments': [
     69                  {'id': 'agriculture', ###(
     70                      'Title': 'Agriculture',
     71                      'departments': [
    7272##                                     { 'id': 'dep1', ###(
    7373##                                       'Title': 'One',
    7474##                                     },
    75 ##                                     ],
    76 ##                      },###)
     75                                     ],
     76                      },###)
     77                  {'id': 'arts', ###(
     78                      'Title': 'Arts',
     79                      'departments': [
     80##                                     { 'id': 'dep1', ###(
     81##                                       'Title': 'One',
     82##                                     },
     83                                     ],
     84                      },###)
    7785                  { 'id': 'science',
    7886                  'Title': 'Science',
Note: See TracChangeset for help on using the changeset viewer.