Warning: Can't use blame annotator:
svn blame failed on branches/LCSv1/.pythonhistory: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/LCSv1/.pythonhistory @ 593

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

Add branch LCSv1

RevLine 
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.