[pypy-svn] r22584 - pypy/dist/pypy/tool

arigo at codespeak.net arigo at codespeak.net
Tue Jan 24 13:30:07 CET 2006


Author: arigo
Date: Tue Jan 24 13:30:06 2006
New Revision: 22584

Modified:
   pypy/dist/pypy/tool/fixeol
Log:
fix for fixeol.


Modified: pypy/dist/pypy/tool/fixeol
==============================================================================
--- pypy/dist/pypy/tool/fixeol	(original)
+++ pypy/dist/pypy/tool/fixeol	Tue Jan 24 13:30:06 2006
@@ -43,6 +43,7 @@
                "by fixing the EOL style.")
         print "*"*30 
         #return False
+        path.write(data, mode='wb')
         return True
     return True
 



More information about the Pypy-commit mailing list