source: tmcsimulator/branches/LCSv2/.pythonhistory @ 619

Revision 619, 326 bytes checked in by jdalbey, 6 years ago (diff)

Add branch LCSv2

Line 
1for row in db.(db.supervisors.ALL).select:
2for row in db(db.supervisors.ALL).select:
3   print row
4   print row.name
5     print row.name
6for row in db(db.supervisors.ALL).select:
7    print row.name
8for row in db(db.supervisors.ALL).select():
9    print row.name
10db.supervisors.import_from_csv_file(open('supervisors.csv', 'r'))
Note: See TracBrowser for help on using the repository browser.