Changeset 2083 for WAeUP_SRP/trunk/Students.py
- Timestamp:
- 30 Jul 2007, 21:34:36 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r2080 r2083 101 101 lgadic = lga.split('_') 102 102 return lgadic[0].upper(),lgadic[1].upper() 103 if lga.find('/') > -1: 104 lgadic = lga.split('/') 105 return lgadic[0].upper(),lgadic[1].upper() 103 106 return "",lga 104 107 … … 1044 1047 for f in self.students_catalog.schema(): 1045 1048 fields.append(f) 1049 fields.append('state') 1046 1050 headline = ','.join(fields) 1047 1051 open(export_file,"a").write(headline +'\n')
Note: See TracChangeset for help on using the changeset viewer.