misc/cwfs/cwfs_test.py
changeset 10614 57dfde80df11
parent 5424 8ecbcbff9777
--- a/misc/cwfs/cwfs_test.py	Thu Sep 17 09:52:06 2015 +0200
+++ b/misc/cwfs/cwfs_test.py	Tue Sep 15 15:33:47 2015 +0200
@@ -30,7 +30,7 @@
     sections = []
     buffer = ""
     in_section = False
-    for line in file(filename) :
+    for line in open(filename) :
         if line.startswith('Test::'):
             in_section = True
             buffer = ""