Changeset 549


Ignore:
Timestamp:
25 Sep 2006, 05:55:01 (18 years ago)
Author:
Henrik Bettermann
Message:

export and import file names modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Academics.py

    r529 r549  
    5151        """install Universityspecific Faculies from CSV values"""
    5252        #return
    53         name = 'faculty'
     53        name = 'Faculties'
    5454        no_import = False
    5555        logger = logging.getLogger('%s_import' % name)
     
    110110        """install Universityspecific Faculies from CSV values"""
    111111        #return
    112         name = 'departments'
     112        name = 'Departments'
    113113        no_import = False
    114114        logger = logging.getLogger('loaddepartments')
     
    157157        """install Universityspecific Courses from CSV values"""
    158158        #return
    159         name = 'courses'
     159        name = 'Courses'
    160160        no_import = False
    161161        logger = logging.getLogger('loadcourses')
     
    236236        """install Universityspecific Certificates from CSV values"""
    237237        #return
    238         name = 'certificates'
     238        name = 'Certificates'
    239239        no_import = False
    240240        logger = logging.getLogger('loadcertificates')
     
    313313        #return
    314314        logger = logging.getLogger('loadcertificatecourses')
    315         name = 'certificate_courses'
     315        name = 'Certificate_courses'
    316316        no_import = False
    317317        try:
     
    421421        """export Faculies to CSV"""
    422422        #return
    423         name = 'Faculty'
     423        name = 'Faculties'
    424424        no_import = False
    425425        logger = logging.getLogger('%s_export' % name)
     
    452452        #return
    453453        import copy
    454         name = 'Department'
     454        name = 'Departments'
    455455        no_import = False
    456456        logger = logging.getLogger('%s_export' % name)
     
    485485        """export Courses to CSV"""
    486486        #return
    487         name = 'Course'
     487        name = 'Courses'
    488488        no_import = False
    489489        logger = logging.getLogger('%s_export' % name)
     
    531531        """export Certificates to CSV"""
    532532        #return
    533         name = 'Certificate'
     533        name = 'Certificates'
    534534        no_import = False
    535535        logger = logging.getLogger('%s_export' % name)
     
    586586        """export CertificateCourses to CSV"""
    587587        #return
    588         name = 'CertificateCourse'
     588        name = 'CertificateCourses'
    589589        no_import = False
    590590        logger = logging.getLogger('%s_export' % name)
Note: See TracChangeset for help on using the changeset viewer.