Changeset 3360
- Timestamp:
- 19 Mar 2008, 21:02:39 (17 years ago)
- Location:
- WAeUP_SRP/base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Upload.py
r3337 r3360 13 13 from WAeUPImport import ApplicationImport,CertificateImport,CertificateCourseImport 14 14 from WAeUPImport import CourseImport,CourseResultImport 15 from WAeUPImport import DepartmentImport,FacultyImport,StudentImport,VerdictImport 15 from WAeUPImport import DepartmentImport,FacultyImport,StudentImport,VerdictImport,StudentStudyLevelImport 16 16 from WAeUPImport import NO_KEY,IGNORE 17 17 -
WAeUP_SRP/base/WAeUPImport.py
r3355 r3360 490 490 491 491 ###) 492 493 494 class StudentStudyLevelImport(WAeUPImport):###( 495 """ StudentStudyLevelImport """ 496 name = "student_study_level" 497 plural_name = "%ss" % name 498 commit_after = 1000000 499 required_modes = ('create','edit','remove') 492 500 493 501 class CertificateCourseImport(WAeUPImport):###(
Note: See TracChangeset for help on using the changeset viewer.