def test_py2k_disabled_builtins(self):
"""
On Py2 these should import.
"""
if not utils.PY3:
from future.builtins.disabled import (apply,
cmp,
coerce,
execfile,
file,
long,
raw_input,
reduce,
reload,
unicode,
xrange,
StandardError)
评论列表
文章目录