Ignore:
Timestamp:
17 Jul 2006, 07:43:42 (18 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Academics.py

    r321 r323  
    204204                no_import.write('"%(CourseCode)s","%(Description)s","%(Credits)s","%(Dept)s","%(Semester)s","%(Session)s","%(PassMark)s","%(Category)s","%(AdmStatus)s"\n' % course)
    205205                continue
    206             courses = dept.Courses
     206            courses = dept.courses
    207207            c = getattr(courses,course_id,None)
    208208            if c is None:
     
    271271            #certificate_id = "%(category)s_%(Admstatus)s_%(Dept)s" % certificate
    272272            dep = deps[depid]
    273             certificates = dep.Certificates
     273            certificates = dep.certificates
    274274            code = certificate.get('CertCode')
    275275            code = code.replace('.','')
Note: See TracChangeset for help on using the changeset viewer.