Author: Philip Jenvey <[email protected]>
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',
     )
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to