Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r74512:a4894448b138
Date: 2014-11-13 14:26 -0800
http://bitbucket.org/pypy/pypy/changeset/a4894448b138/
Log: (amaury, alex) Remove some now-pointless code since rctime is dead.
diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py
--- a/pypy/tool/pytest/objspace.py
+++ b/pypy/tool/pytest/objspace.py
@@ -48,9 +48,6 @@
if key == 'usemodules':
if info is not None:
for modname in value:
- if modname == 'time':
- continue # always either 'time' or 'rctime',
- # and any is fine
ok = info.get('objspace.usemodules.%s' % modname,
False)
if not ok:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit