[beast: 9/14] PYBEAST: add main.py



commit d2166ed931d17b280e2dce53ecd6ab8864475261
Author: Tim Janik <timj gnu org>
Date:   Mon Dec 7 21:24:17 2015 +0100

    PYBEAST: add main.py
    
    Signed-off-by: Tim Janik <timj gnu org>

 pybeast/Makefile.am |    3 +++
 pybeast/main.py     |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/pybeast/Makefile.am b/pybeast/Makefile.am
index 524e733..b01ae92 100644
--- a/pybeast/Makefile.am
+++ b/pybeast/Makefile.am
@@ -1,2 +1,5 @@
 # BEAST & BSE
 include $(top_srcdir)/Makefile.decl
+
+pybeastdir     = ${beastexecdir}/pybeast
+pybeast_PYTHON = main.py
diff --git a/pybeast/main.py b/pybeast/main.py
new file mode 100644
index 0000000..2e928f1
--- /dev/null
+++ b/pybeast/main.py
@@ -0,0 +1,4 @@
+# Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
+import bst
+
+bst.main_loop()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]