~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to test/test_framework/filesum.py

  • Committer: Matt Giuca
  • Date: 2009-12-08 12:01:31 UTC
  • Revision ID: matt.giuca@gmail.com-20091208120131-1mz8aj9t2w56ij6y
Sample data: Added a new user, Terry Tutor, enrolled as a tutor in one of the subject, to test tutor permissions as distinct from lecturer permissions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
print sum(map(int,file(raw_input()).readlines()))
 
2