[pypy-svn] r14808 - pypy/dist/pypy/module/posix

ale at codespeak.net ale at codespeak.net
Wed Jul 20 13:56:23 CEST 2005


Author: ale
Date: Wed Jul 20 13:56:22 2005
New Revision: 14808

Added:
   pypy/dist/pypy/module/posix/app_posix.py
Log:
Oops - forgot to check this one in

Added: pypy/dist/pypy/module/posix/app_posix.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/module/posix/app_posix.py	Wed Jul 20 13:56:22 2005
@@ -0,0 +1,5 @@
+
+class OSError(Exception):
+    pass
+
+error = OSError
\ No newline at end of file



More information about the Pypy-commit mailing list