Changeset 5219
- Timestamp:
- 11 Jun 2010, 15:03:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Accommodation.py
r5218 r5219 181 181 if na.endswith(','): 182 182 names[n] = na[:-1] 183 names[n] = names[n].upper() 183 184 n += 1 184 names[n] = names[n].upper()185 185 s_names = student.name.split() 186 186 found = False
Note: See TracChangeset for help on using the changeset viewer.