Changeset 13513
- Timestamp:
- 05/02/12 14:11:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r13512 r13513 1 #!/usr/bin/python -tt 1 #!/usr/bin/python -tti 2 2 # 3 3 # Werner Lustermann, Dominik Neise … … 771 771 772 772 def _test_SlowData( filename ): 773 file = FactFits(filename)774 773 print '-'*70 775 774 print "opened :", filename, " as 'file'" … … 817 816 print 'showing test of SlowData class' 818 817 print 'in case you wanted to test the RawData class, please give no commandline arguments' 818 file = SlowData(sys.argv[1]) 819 819 _test_SlowData(sys.argv[1])
Note:
See TracChangeset
for help on using the changeset viewer.