Changeset 14:1231814a7b4b in stamper
- Timestamp:
- Jul 18, 2014, 11:03:01 AM (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bin/time_sum
r13 r14 26 26 return False 27 27 28 totalSecs = 029 28 30 29 if __name__ == '__main__': 31 30 31 totalSecs = 0 32 32 for param in sys.argv[1:]: 33 33 if not isTimeFormat(param):
Note:
See TracChangeset
for help on using the changeset viewer.