summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arteaga <andyspiros@gmail.com>2011-08-17 01:38:34 +0200
committerAndrea Arteaga <andyspiros@gmail.com>2011-08-17 01:38:34 +0200
commitec981d6b55043f28b655ceade6eec2067aea7c51 (patch)
treefc25cb6da1e7359d66f7fce1558c7b078f5d7bc8
parentAdded distutils setup.py and package numbench. (diff)
downloadauto-numerical-bench-ec981d6b55043f28b655ceade6eec2067aea7c51.tar.gz
auto-numerical-bench-ec981d6b55043f28b655ceade6eec2067aea7c51.tar.bz2
auto-numerical-bench-ec981d6b55043f28b655ceade6eec2067aea7c51.zip
Added "executable".
-rw-r--r--exec.py2
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