- Timestamp:
- 1 Jul 2008, 12:11:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/trunk/src/waeup/students/studentcontainer.py
r3547 r3551 19 19 t = [0] 20 20 src = os.path.join(os.path.dirname(__file__), '..', 'tests', 21 'TestData',' results2.csv')21 'TestData','Students.csv') 22 22 inputfile = file(src, "r") 23 23 num = 0
Note: See TracChangeset for help on using the changeset viewer.