Chris McDonough
2012-02-28 f2b4316a6fb2fef43056564be366a81d618e2ce1
fix on windows
1 files modified
1 ■■■■ changed files
pyramid/tests/test_scripts/test_pserve.py 1 ●●●● patch | view | raw | blame | history
pyramid/tests/test_scripts/test_pserve.py
@@ -97,6 +97,7 @@
        try:
            inst = self._makeOne(filename)
            inst.write('hello')
            inst.close()
        finally:
            with open(filename) as f:
                data = f.read()