From 1b14dd56958ca416253b5bfe94294599d850713b Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sat, 9 Jan 2021 12:11:16 +0100 Subject: [PATCH] [app] move code to nixview package --- central_widget.py => nixview/central_widget.py | 0 communicator.py => nixview/communicator.py | 0 constants.py => nixview/constants.py | 0 file_handler.py => nixview/file_handler.py | 0 main_window.py => nixview/main_window.py | 0 nixview.py => nixview/nixview.py | 0 plot_screen.py => nixview/plot_screen.py | 0 tree_model.py => nixview/tree_model.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename central_widget.py => nixview/central_widget.py (100%) rename communicator.py => nixview/communicator.py (100%) rename constants.py => nixview/constants.py (100%) rename file_handler.py => nixview/file_handler.py (100%) rename main_window.py => nixview/main_window.py (100%) rename nixview.py => nixview/nixview.py (100%) rename plot_screen.py => nixview/plot_screen.py (100%) rename tree_model.py => nixview/tree_model.py (100%) diff --git a/central_widget.py b/nixview/central_widget.py similarity index 100% rename from central_widget.py rename to nixview/central_widget.py diff --git a/communicator.py b/nixview/communicator.py similarity index 100% rename from communicator.py rename to nixview/communicator.py diff --git a/constants.py b/nixview/constants.py similarity index 100% rename from constants.py rename to nixview/constants.py diff --git a/file_handler.py b/nixview/file_handler.py similarity index 100% rename from file_handler.py rename to nixview/file_handler.py diff --git a/main_window.py b/nixview/main_window.py similarity index 100% rename from main_window.py rename to nixview/main_window.py diff --git a/nixview.py b/nixview/nixview.py similarity index 100% rename from nixview.py rename to nixview/nixview.py diff --git a/plot_screen.py b/nixview/plot_screen.py similarity index 100% rename from plot_screen.py rename to nixview/plot_screen.py diff --git a/tree_model.py b/nixview/tree_model.py similarity index 100% rename from tree_model.py rename to nixview/tree_model.py