Index: /fact/tools/pyscripts/pyfact/pyfact.py
===================================================================
--- /fact/tools/pyscripts/pyfact/pyfact.py	(revision 13512)
+++ /fact/tools/pyscripts/pyfact/pyfact.py	(revision 13513)
@@ -1,3 +1,3 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python -tti
 #
 # Werner Lustermann, Dominik Neise
@@ -771,5 +771,4 @@
 
 def _test_SlowData( filename ):
-    file = FactFits(filename)
     print '-'*70
     print "opened :", filename, " as 'file'"
@@ -817,3 +816,4 @@
         print 'showing test of SlowData class'
         print 'in case you wanted to test the RawData class, please give no commandline arguments'
+        file = SlowData(sys.argv[1])
         _test_SlowData(sys.argv[1])
