[pypy-svn] r15053 - pypy/dist/pypy/rpython/module

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Jul 25 18:39:41 CEST 2005


Author: cfbolz
Date: Mon Jul 25 18:39:41 2005
New Revision: 15053

Modified:
   pypy/dist/pypy/rpython/module/ll_os_path.py
Log:
removed nonsensical import


Modified: pypy/dist/pypy/rpython/module/ll_os_path.py
==============================================================================
--- pypy/dist/pypy/rpython/module/ll_os_path.py	(original)
+++ pypy/dist/pypy/rpython/module/ll_os_path.py	Mon Jul 25 18:39:41 2005
@@ -6,7 +6,6 @@
 
 import os
 from pypy.rpython.rstr import STR
-from pypy.rpython.module.ll_os import from_rstr
 from pypy.rpython.module.support import to_rstr, from_rstr, ll_strcpy
 
 



More information about the Pypy-commit mailing list