[pypy-svn] r55157 - pypy/dist/pypy/rlib/rstruct

fijal at codespeak.net fijal at codespeak.net
Fri May 23 23:36:14 CEST 2008


Author: fijal
Date: Fri May 23 23:36:13 2008
New Revision: 55157

Added:
   pypy/dist/pypy/rlib/rstruct/
   pypy/dist/pypy/rlib/rstruct/__init__.py   (contents, props changed)
Log:
Create a directory for a single place where we can keep various
struct-related informations and helpers.


Added: pypy/dist/pypy/rlib/rstruct/__init__.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/rlib/rstruct/__init__.py	Fri May 23 23:36:13 2008
@@ -0,0 +1,2 @@
+
+from struct import pack, unpack



More information about the Pypy-commit mailing list