Changeset 323 for WAeUP_SRP/trunk/Academics.py
- Timestamp:
- 17 Jul 2006, 07:43:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Academics.py
r321 r323 204 204 no_import.write('"%(CourseCode)s","%(Description)s","%(Credits)s","%(Dept)s","%(Semester)s","%(Session)s","%(PassMark)s","%(Category)s","%(AdmStatus)s"\n' % course) 205 205 continue 206 courses = dept. Courses206 courses = dept.courses 207 207 c = getattr(courses,course_id,None) 208 208 if c is None: … … 271 271 #certificate_id = "%(category)s_%(Admstatus)s_%(Dept)s" % certificate 272 272 dep = deps[depid] 273 certificates = dep. Certificates273 certificates = dep.certificates 274 274 code = certificate.get('CertCode') 275 275 code = code.replace('.','')
Note: See TracChangeset for help on using the changeset viewer.