[pypy-commit] pypy py3k: kill rctime reference

pjenvey noreply at buildbot.pypy.org
Mon Nov 17 19:06:55 CET 2014


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r74550:5051ad28ea99
Date: 2014-11-17 10:06 -0800
http://bitbucket.org/pypy/pypy/changeset/5051ad28ea99/

Log:	kill rctime reference

diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py
--- a/pypy/tool/pytest/apptest.py
+++ b/pypy/tool/pytest/apptest.py
@@ -24,7 +24,6 @@
 RENAMED_USEMODULES = dict(
     _winreg='winreg',
     exceptions='builtins',
-    rctime='time',
     struct='_struct',
     thread='_thread',
     )


More information about the pypy-commit mailing list