Changeset 3300
- Timestamp:
- 9 Mar 2008, 16:42:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r3292 r3300 488 488 csv_writer.writerows(l) 489 489 ###) 490 490 491 491 security.declareProtected(ManagePortal, 'listStudents') ###( 492 492 def listStudents(self): … … 521 521 csv_writer = csv.DictWriter(out,fields,) 522 522 csv_writer.writerows(l) 523 ###) 523 ###) 524 524 525 525 security.declareProtected(ManagePortal, 'removeDeletedDocIds') ###( … … 1478 1478 return 'not ignorable key(s): "%s" found in heading' % ", ".join(invalid_keys) 1479 1479 1480 #import_keys = [k.strip() for k in headline if not (k.strip().startswith('ignore')1481 #or k.strip() in info.keys())]1480 import_keys = [k.strip() for k in headline if not (k.strip().startswith('ignore') 1481 or k.strip() in info.keys())] 1482 1482 # diff2schema = set(import_keys).difference(set(importer.schema.keys())) 1483 1483 # diff2layout = set(import_keys).difference(set(importer.layout.keys()))
Note: See TracChangeset for help on using the changeset viewer.