diff options
author | ZipCPU <dgisselq@ieee.org> | 2018-06-07 07:45:22 -0400 |
---|---|---|
committer | ZipCPU <dgisselq@ieee.org> | 2018-06-07 07:45:22 -0400 |
commit | 1ed5c641c16bffabe96ffd2ef8499dd3ae740050 (patch) | |
tree | e7b9417cb4faf44956859289dd6b9dfb579f96d9 /gui/mainwindow.cc | |
parent | d7bb30cc66f2ba39c77a979b809a6e6bdfcb5097 (diff) | |
parent | ed0c44891fb510c8181c2ae9332d7a030f0aaaff (diff) | |
download | nextpnr-1ed5c641c16bffabe96ffd2ef8499dd3ae740050.tar.gz nextpnr-1ed5c641c16bffabe96ffd2ef8499dd3ae740050.tar.bz2 nextpnr-1ed5c641c16bffabe96ffd2ef8499dd3ae740050.zip |
Merge branch 'master' into gqtech
Diffstat (limited to 'gui/mainwindow.cc')
-rw-r--r-- | gui/mainwindow.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/mainwindow.cc b/gui/mainwindow.cc index 4404fc5a..b72a0851 100644 --- a/gui/mainwindow.cc +++ b/gui/mainwindow.cc @@ -11,9 +11,6 @@ MainWindow::MainWindow(QWidget *parent) : ui(new Ui::MainWindow) { ui->setupUi(this); - emb::append_inittab(); - arch_appendinittab(); - Py_Initialize(); PyImport_ImportModule("emb"); write = [this] (std::string s) { @@ -27,7 +24,6 @@ MainWindow::MainWindow(QWidget *parent) : MainWindow::~MainWindow() { - Py_Finalize(); delete ui; } |