[pypy-svn] r52313 - pypy/branch/buffer/pypy/module/struct

arigo at codespeak.net arigo at codespeak.net
Sat Mar 8 23:57:49 CET 2008


Author: arigo
Date: Sat Mar  8 23:57:47 2008
New Revision: 52313

Modified:
   pypy/branch/buffer/pypy/module/struct/nativefmttable.py
Log:
Missing import.


Modified: pypy/branch/buffer/pypy/module/struct/nativefmttable.py
==============================================================================
--- pypy/branch/buffer/pypy/module/struct/nativefmttable.py	(original)
+++ pypy/branch/buffer/pypy/module/struct/nativefmttable.py	Sat Mar  8 23:57:47 2008
@@ -4,6 +4,7 @@
 """
 import struct
 from pypy.module.struct import standardfmttable as std
+from pypy.module.struct.error import StructError
 from pypy.rpython.tool import rffi_platform
 from pypy.rpython.lltypesystem import lltype, rffi
 from pypy.rlib.rarithmetic import r_singlefloat



More information about the Pypy-commit mailing list