Author: Tim Felgentreff <[email protected]> Branch: Changeset: r598:e4c2e5637146 Date: 2014-02-07 09:54 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/e4c2e5637146/
Log: merge remote diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py old mode 100644 new mode 100755 --- a/targetimageloadingsmalltalk.py +++ b/targetimageloadingsmalltalk.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python import sys, time import os diff --git a/targettinybenchsmalltalk.py b/targettinybenchsmalltalk.py old mode 100644 new mode 100755 --- a/targettinybenchsmalltalk.py +++ b/targettinybenchsmalltalk.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python import os, sys from spyvm import model, interpreter, primitives, shadow, constants from spyvm.tool.analyseimage import create_squeakimage, create_testimage _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
