Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r256:e0b82d426d01 Date: 2014-02-25 15:59 +0100 http://bitbucket.org/pypy/jitviewer/changeset/e0b82d426d01/
Log: This runs fine in CPython too, now. diff --git a/bin/jitviewer.py b/bin/jitviewer.py --- a/bin/jitviewer.py +++ b/bin/jitviewer.py @@ -6,10 +6,5 @@ pythonpath = os.path.dirname(os.path.dirname(script_path)) sys.path.append(pythonpath) -# Check we are running with PyPy first. -if not '__pypy__' in sys.builtin_module_names: - from _jitviewer.misc import failout - failout("jitviewer must be run with PyPy") - from _jitviewer.app import main main(sys.argv) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit