Ignore:
Timestamp:
19 Dec 2008, 15:44:45 (16 years ago)
Author:
Henrik Bettermann
Message:

implement configuration object (step 1)

Configuration file must be created with create_configuration_file.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/__init__.py

    r3815 r3824  
    2222
    2323waeup_types = (
    24     ("University",('University',)),
     24    ("University",
     25       ('University',
     26        'WAeUPConfiguration',
     27        )
     28    ),
    2529    ("Academics",
    2630       ("AcademicsFolder",
Note: See TracChangeset for help on using the changeset viewer.