From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QtTDw-0007JH-Re for garchives@archives.gentoo.org; Tue, 16 Aug 2011 23:39:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7544C21C2CC; Tue, 16 Aug 2011 23:38:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 430FD21C2CD for ; Tue, 16 Aug 2011 23:38:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 621941B4069 for ; Tue, 16 Aug 2011 23:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B629A80044 for ; Tue, 16 Aug 2011 23:38:44 +0000 (UTC) From: "Andrea Arteaga" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrea Arteaga" Message-ID: Subject: [gentoo-commits] proj/auto-numerical-bench:master commit in: / X-VCS-Repository: proj/auto-numerical-bench X-VCS-Files: exec.py X-VCS-Directories: / X-VCS-Committer: spiros X-VCS-Committer-Name: Andrea Arteaga X-VCS-Revision: ec981d6b55043f28b655ceade6eec2067aea7c51 Date: Tue, 16 Aug 2011 23:38:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7391728875445ff41b777dc72291a23c commit: ec981d6b55043f28b655ceade6eec2067aea7c51 Author: Andrea Arteaga gmail com> AuthorDate: Tue Aug 16 23:38:34 2011 +0000 Commit: Andrea Arteaga gmail com> CommitDate: Tue Aug 16 23:38:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/auto-numerica= l-bench.git;a=3Dcommit;h=3Dec981d6b Added "executable". --- exec.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exec.py b/exec.py new file mode 100644 index 0000000..cb4d1eb --- /dev/null +++ b/exec.py @@ -0,0 +1,2 @@ +#!/usr/bin/python2 +import numbench.main \ No newline at end of file