diff --git a/python/python/bin/ert_cli b/bin/ert_cli similarity index 100% rename from python/python/bin/ert_cli rename to bin/ert_cli diff --git a/python/python/ert_gui/CMakeLists.txt b/ert_gui/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/CMakeLists.txt rename to ert_gui/CMakeLists.txt diff --git a/python/python/ert_gui/README.txt b/ert_gui/README.txt similarity index 100% rename from python/python/ert_gui/README.txt rename to ert_gui/README.txt diff --git a/python/python/ert_gui/__init__.py b/ert_gui/__init__.py similarity index 100% rename from python/python/ert_gui/__init__.py rename to ert_gui/__init__.py diff --git a/python/python/ert_gui/about_dialog.py b/ert_gui/about_dialog.py similarity index 98% rename from python/python/ert_gui/about_dialog.py rename to ert_gui/about_dialog.py index 8ec0389fa2c..2b360fa020a 100644 --- a/python/python/ert_gui/about_dialog.py +++ b/ert_gui/about_dialog.py @@ -55,7 +55,7 @@ def createTopLayout(self): top_layout = QHBoxLayout() image_label = QLabel() - image = resourceImage("splash.jpg") + image = resourceImage("splash.png") image_label.setPixmap(image.scaled(200, 240, Qt.KeepAspectRatio)) top_layout.addWidget(image_label) diff --git a/python/python/ert_gui/ert_splash.py b/ert_gui/ert_splash.py similarity index 98% rename from python/python/ert_gui/ert_splash.py rename to ert_gui/ert_splash.py index c4380c604e0..98368cfea3f 100644 --- a/python/python/ert_gui/ert_splash.py +++ b/ert_gui/ert_splash.py @@ -29,7 +29,7 @@ def __init__(self): self.setGeometry(x, y, splash_width, splash_height) - self.splash_image = resourceImage("splash.jpg") + self.splash_image = resourceImage("splash.png") self.ert = "ERT" self.ert_title = "Ensemble based Reservoir Tool" diff --git a/python/python/ert_gui/ert_version.py.in b/ert_gui/ert_version.py.in similarity index 100% rename from python/python/ert_gui/ert_version.py.in rename to ert_gui/ert_version.py.in diff --git a/python/python/ert_gui/ertnotifier.py b/ert_gui/ertnotifier.py similarity index 100% rename from python/python/ert_gui/ertnotifier.py rename to ert_gui/ertnotifier.py diff --git a/python/python/ert_gui/ertplot.py b/ert_gui/ertplot.py similarity index 100% rename from python/python/ert_gui/ertplot.py rename to ert_gui/ertplot.py diff --git a/python/python/ert_gui/ertwidgets/CMakeLists.txt b/ert_gui/ertwidgets/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/ertwidgets/CMakeLists.txt rename to ert_gui/ertwidgets/CMakeLists.txt diff --git a/python/python/ert_gui/ertwidgets/__init__.py b/ert_gui/ertwidgets/__init__.py similarity index 100% rename from python/python/ert_gui/ertwidgets/__init__.py rename to ert_gui/ertwidgets/__init__.py diff --git a/python/python/ert_gui/ertwidgets/activelabel.py b/ert_gui/ertwidgets/activelabel.py similarity index 100% rename from python/python/ert_gui/ertwidgets/activelabel.py rename to ert_gui/ertwidgets/activelabel.py diff --git a/python/python/ert_gui/ertwidgets/analysismoduleselector.py b/ert_gui/ertwidgets/analysismoduleselector.py similarity index 100% rename from python/python/ert_gui/ertwidgets/analysismoduleselector.py rename to ert_gui/ertwidgets/analysismoduleselector.py diff --git a/python/python/ert_gui/ertwidgets/analysismodulevariablespanel.py b/ert_gui/ertwidgets/analysismodulevariablespanel.py similarity index 100% rename from python/python/ert_gui/ertwidgets/analysismodulevariablespanel.py rename to ert_gui/ertwidgets/analysismodulevariablespanel.py diff --git a/python/python/ert_gui/ertwidgets/caselist.py b/ert_gui/ertwidgets/caselist.py similarity index 100% rename from python/python/ert_gui/ertwidgets/caselist.py rename to ert_gui/ertwidgets/caselist.py diff --git a/python/python/ert_gui/ertwidgets/caseselector.py b/ert_gui/ertwidgets/caseselector.py similarity index 100% rename from python/python/ert_gui/ertwidgets/caseselector.py rename to ert_gui/ertwidgets/caseselector.py diff --git a/python/python/ert_gui/ertwidgets/checklist.py b/ert_gui/ertwidgets/checklist.py similarity index 100% rename from python/python/ert_gui/ertwidgets/checklist.py rename to ert_gui/ertwidgets/checklist.py diff --git a/python/python/ert_gui/ertwidgets/closabledialog.py b/ert_gui/ertwidgets/closabledialog.py similarity index 100% rename from python/python/ert_gui/ertwidgets/closabledialog.py rename to ert_gui/ertwidgets/closabledialog.py diff --git a/python/python/ert_gui/ertwidgets/customdialog.py b/ert_gui/ertwidgets/customdialog.py similarity index 100% rename from python/python/ert_gui/ertwidgets/customdialog.py rename to ert_gui/ertwidgets/customdialog.py diff --git a/python/python/ert_gui/ertwidgets/legend.py b/ert_gui/ertwidgets/legend.py similarity index 100% rename from python/python/ert_gui/ertwidgets/legend.py rename to ert_gui/ertwidgets/legend.py diff --git a/python/python/ert_gui/ertwidgets/listeditbox.py b/ert_gui/ertwidgets/listeditbox.py similarity index 100% rename from python/python/ert_gui/ertwidgets/listeditbox.py rename to ert_gui/ertwidgets/listeditbox.py diff --git a/python/python/ert_gui/ertwidgets/models/CMakeLists.txt b/ert_gui/ertwidgets/models/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/ertwidgets/models/CMakeLists.txt rename to ert_gui/ertwidgets/models/CMakeLists.txt diff --git a/python/python/ert_gui/ertwidgets/models/__init__.py b/ert_gui/ertwidgets/models/__init__.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/__init__.py rename to ert_gui/ertwidgets/models/__init__.py diff --git a/python/python/ert_gui/ertwidgets/models/activerealizationsmodel.py b/ert_gui/ertwidgets/models/activerealizationsmodel.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/activerealizationsmodel.py rename to ert_gui/ertwidgets/models/activerealizationsmodel.py diff --git a/python/python/ert_gui/ertwidgets/models/all_cases_model.py b/ert_gui/ertwidgets/models/all_cases_model.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/all_cases_model.py rename to ert_gui/ertwidgets/models/all_cases_model.py diff --git a/python/python/ert_gui/ertwidgets/models/analysismodulevariablesmodel.py b/ert_gui/ertwidgets/models/analysismodulevariablesmodel.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/analysismodulevariablesmodel.py rename to ert_gui/ertwidgets/models/analysismodulevariablesmodel.py diff --git a/python/python/ert_gui/ertwidgets/models/ertmodel.py b/ert_gui/ertwidgets/models/ertmodel.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/ertmodel.py rename to ert_gui/ertwidgets/models/ertmodel.py diff --git a/python/python/ert_gui/ertwidgets/models/ertsummary.py b/ert_gui/ertwidgets/models/ertsummary.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/ertsummary.py rename to ert_gui/ertwidgets/models/ertsummary.py diff --git a/python/python/ert_gui/ertwidgets/models/path_model.py b/ert_gui/ertwidgets/models/path_model.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/path_model.py rename to ert_gui/ertwidgets/models/path_model.py diff --git a/python/python/ert_gui/ertwidgets/models/selectable_list_model.py b/ert_gui/ertwidgets/models/selectable_list_model.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/selectable_list_model.py rename to ert_gui/ertwidgets/models/selectable_list_model.py diff --git a/python/python/ert_gui/ertwidgets/models/targetcasemodel.py b/ert_gui/ertwidgets/models/targetcasemodel.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/targetcasemodel.py rename to ert_gui/ertwidgets/models/targetcasemodel.py diff --git a/python/python/ert_gui/ertwidgets/models/valuemodel.py b/ert_gui/ertwidgets/models/valuemodel.py similarity index 100% rename from python/python/ert_gui/ertwidgets/models/valuemodel.py rename to ert_gui/ertwidgets/models/valuemodel.py diff --git a/python/python/ert_gui/ertwidgets/pathchooser.py b/ert_gui/ertwidgets/pathchooser.py similarity index 100% rename from python/python/ert_gui/ertwidgets/pathchooser.py rename to ert_gui/ertwidgets/pathchooser.py diff --git a/python/python/ert_gui/ertwidgets/searchbox.py b/ert_gui/ertwidgets/searchbox.py similarity index 100% rename from python/python/ert_gui/ertwidgets/searchbox.py rename to ert_gui/ertwidgets/searchbox.py diff --git a/python/python/ert_gui/ertwidgets/stringbox.py b/ert_gui/ertwidgets/stringbox.py similarity index 100% rename from python/python/ert_gui/ertwidgets/stringbox.py rename to ert_gui/ertwidgets/stringbox.py diff --git a/python/python/ert_gui/ertwidgets/summarypanel.py b/ert_gui/ertwidgets/summarypanel.py similarity index 100% rename from python/python/ert_gui/ertwidgets/summarypanel.py rename to ert_gui/ertwidgets/summarypanel.py diff --git a/python/python/ert_gui/ertwidgets/validateddialog.py b/ert_gui/ertwidgets/validateddialog.py similarity index 100% rename from python/python/ert_gui/ertwidgets/validateddialog.py rename to ert_gui/ertwidgets/validateddialog.py diff --git a/python/python/ert_gui/ertwidgets/validationsupport.py b/ert_gui/ertwidgets/validationsupport.py similarity index 100% rename from python/python/ert_gui/ertwidgets/validationsupport.py rename to ert_gui/ertwidgets/validationsupport.py diff --git a/python/python/ert_gui/gert_main.py b/ert_gui/gert_main.py similarity index 94% rename from python/python/ert_gui/gert_main.py rename to ert_gui/gert_main.py index 5c2d6c7e01e..b8d33f5d183 100755 --- a/python/python/ert_gui/gert_main.py +++ b/ert_gui/gert_main.py @@ -138,22 +138,16 @@ import os from res.enkf import EnKFMain, ResConfig from res.util import ResLog -from res.util import ResVersion + import res import ecl import sys import time -if os.getenv("ERT_SHARE_PATH"): - ert_share_path = os.getenv("ERT_SHARE_PATH") -else: - # If the ERT_SHARE_PATH variable is not set we try to use the - # source location relative to the location of the current file; - # assuming we are in the source directory. Will not work if we are - # in an arbitrary build directory. - ert_share_path = os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../../share/ert")) +import pkg_resources -ert_gui.ertwidgets.img_prefix = ert_share_path + "/gui/img/" +pkg_dir = os.path.join(pkg_resources.working_set.by_key['ensemble-reservoir-tool'].location, 'ert_gui') +ert_gui.ertwidgets.img_prefix = os.path.join(pkg_dir, "resources/gui/img/") def main(argv): @@ -199,7 +193,7 @@ def main(argv): config_file = argv[1] help_center = HelpCenter("ERT") - help_center.setHelpLinkPrefix(ert_share_path + "/gui/help/") + help_center.setHelpLinkPrefix(pkg_dir + "resources/gui/help/") help_center.setHelpMessageLink("welcome_to_ert") strict = True diff --git a/python/python/ert_gui/ide/CMakeLists.txt b/ert_gui/ide/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/ide/CMakeLists.txt rename to ert_gui/ide/CMakeLists.txt diff --git a/python/python/ert_gui/ide/__init__.py b/ert_gui/ide/__init__.py similarity index 100% rename from python/python/ert_gui/ide/__init__.py rename to ert_gui/ide/__init__.py diff --git a/python/python/ert_gui/ide/completers/CMakeLists.txt b/ert_gui/ide/completers/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/ide/completers/CMakeLists.txt rename to ert_gui/ide/completers/CMakeLists.txt diff --git a/python/python/ert_gui/ide/completers/__init__.py b/ert_gui/ide/completers/__init__.py similarity index 100% rename from python/python/ert_gui/ide/completers/__init__.py rename to ert_gui/ide/completers/__init__.py diff --git a/python/python/ert_gui/ide/completers/path_completer.py b/ert_gui/ide/completers/path_completer.py similarity index 100% rename from python/python/ert_gui/ide/completers/path_completer.py rename to ert_gui/ide/completers/path_completer.py diff --git a/python/python/ert_gui/ide/highlighter.py b/ert_gui/ide/highlighter.py similarity index 100% rename from python/python/ert_gui/ide/highlighter.py rename to ert_gui/ide/highlighter.py diff --git a/python/python/ert_gui/ide/keyword.py b/ert_gui/ide/keyword.py similarity index 100% rename from python/python/ert_gui/ide/keyword.py rename to ert_gui/ide/keyword.py diff --git a/python/python/ert_gui/ide/keywords/CMakeLists.txt b/ert_gui/ide/keywords/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/ide/keywords/CMakeLists.txt rename to ert_gui/ide/keywords/CMakeLists.txt diff --git a/python/python/ert_gui/ide/keywords/__init__.py b/ert_gui/ide/keywords/__init__.py similarity index 100% rename from python/python/ert_gui/ide/keywords/__init__.py rename to ert_gui/ide/keywords/__init__.py diff --git a/python/python/ert_gui/ide/keywords/advanced_keywords.py b/ert_gui/ide/keywords/advanced_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/advanced_keywords.py rename to ert_gui/ide/keywords/advanced_keywords.py diff --git a/python/python/ert_gui/ide/keywords/analysis_module_keywords.py b/ert_gui/ide/keywords/analysis_module_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/analysis_module_keywords.py rename to ert_gui/ide/keywords/analysis_module_keywords.py diff --git a/python/python/ert_gui/ide/keywords/configuration_line_builder.py b/ert_gui/ide/keywords/configuration_line_builder.py similarity index 100% rename from python/python/ert_gui/ide/keywords/configuration_line_builder.py rename to ert_gui/ide/keywords/configuration_line_builder.py diff --git a/python/python/ert_gui/ide/keywords/configuration_line_parser.py b/ert_gui/ide/keywords/configuration_line_parser.py similarity index 100% rename from python/python/ert_gui/ide/keywords/configuration_line_parser.py rename to ert_gui/ide/keywords/configuration_line_parser.py diff --git a/python/python/ert_gui/ide/keywords/data/CMakeLists.txt b/ert_gui/ide/keywords/data/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/ide/keywords/data/CMakeLists.txt rename to ert_gui/ide/keywords/data/CMakeLists.txt diff --git a/python/python/ert_gui/ide/keywords/data/__init__.py b/ert_gui/ide/keywords/data/__init__.py similarity index 100% rename from python/python/ert_gui/ide/keywords/data/__init__.py rename to ert_gui/ide/keywords/data/__init__.py diff --git a/python/python/ert_gui/ide/keywords/data/argument.py b/ert_gui/ide/keywords/data/argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/data/argument.py rename to ert_gui/ide/keywords/data/argument.py diff --git a/python/python/ert_gui/ide/keywords/data/configuration_line.py b/ert_gui/ide/keywords/data/configuration_line.py similarity index 100% rename from python/python/ert_gui/ide/keywords/data/configuration_line.py rename to ert_gui/ide/keywords/data/configuration_line.py diff --git a/python/python/ert_gui/ide/keywords/data/keyword.py b/ert_gui/ide/keywords/data/keyword.py similarity index 100% rename from python/python/ert_gui/ide/keywords/data/keyword.py rename to ert_gui/ide/keywords/data/keyword.py diff --git a/python/python/ert_gui/ide/keywords/data/token.py b/ert_gui/ide/keywords/data/token.py similarity index 100% rename from python/python/ert_gui/ide/keywords/data/token.py rename to ert_gui/ide/keywords/data/token.py diff --git a/python/python/ert_gui/ide/keywords/data/validation_status.py b/ert_gui/ide/keywords/data/validation_status.py similarity index 100% rename from python/python/ert_gui/ide/keywords/data/validation_status.py rename to ert_gui/ide/keywords/data/validation_status.py diff --git a/python/python/ert_gui/ide/keywords/definitions/CMakeLists.txt b/ert_gui/ide/keywords/definitions/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/CMakeLists.txt rename to ert_gui/ide/keywords/definitions/CMakeLists.txt diff --git a/python/python/ert_gui/ide/keywords/definitions/__init__.py b/ert_gui/ide/keywords/definitions/__init__.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/__init__.py rename to ert_gui/ide/keywords/definitions/__init__.py diff --git a/python/python/ert_gui/ide/keywords/definitions/argument_definition.py b/ert_gui/ide/keywords/definitions/argument_definition.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/argument_definition.py rename to ert_gui/ide/keywords/definitions/argument_definition.py diff --git a/python/python/ert_gui/ide/keywords/definitions/bool_argument.py b/ert_gui/ide/keywords/definitions/bool_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/bool_argument.py rename to ert_gui/ide/keywords/definitions/bool_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/configuration_line_definition.py b/ert_gui/ide/keywords/definitions/configuration_line_definition.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/configuration_line_definition.py rename to ert_gui/ide/keywords/definitions/configuration_line_definition.py diff --git a/python/python/ert_gui/ide/keywords/definitions/float_argument.py b/ert_gui/ide/keywords/definitions/float_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/float_argument.py rename to ert_gui/ide/keywords/definitions/float_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/integer_argument.py b/ert_gui/ide/keywords/definitions/integer_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/integer_argument.py rename to ert_gui/ide/keywords/definitions/integer_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/keyword_definition.py b/ert_gui/ide/keywords/definitions/keyword_definition.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/keyword_definition.py rename to ert_gui/ide/keywords/definitions/keyword_definition.py diff --git a/python/python/ert_gui/ide/keywords/definitions/number_list_string_argument.py b/ert_gui/ide/keywords/definitions/number_list_string_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/number_list_string_argument.py rename to ert_gui/ide/keywords/definitions/number_list_string_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/path_argument.py b/ert_gui/ide/keywords/definitions/path_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/path_argument.py rename to ert_gui/ide/keywords/definitions/path_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/percent_argument.py b/ert_gui/ide/keywords/definitions/percent_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/percent_argument.py rename to ert_gui/ide/keywords/definitions/percent_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/proper_name_argument.py b/ert_gui/ide/keywords/definitions/proper_name_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/proper_name_argument.py rename to ert_gui/ide/keywords/definitions/proper_name_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/proper_name_format_argument.py b/ert_gui/ide/keywords/definitions/proper_name_format_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/proper_name_format_argument.py rename to ert_gui/ide/keywords/definitions/proper_name_format_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/proper_name_format_string_argument.py b/ert_gui/ide/keywords/definitions/proper_name_format_string_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/proper_name_format_string_argument.py rename to ert_gui/ide/keywords/definitions/proper_name_format_string_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/range_string_argument.py b/ert_gui/ide/keywords/definitions/range_string_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/range_string_argument.py rename to ert_gui/ide/keywords/definitions/range_string_argument.py diff --git a/python/python/ert_gui/ide/keywords/definitions/string_argument.py b/ert_gui/ide/keywords/definitions/string_argument.py similarity index 100% rename from python/python/ert_gui/ide/keywords/definitions/string_argument.py rename to ert_gui/ide/keywords/definitions/string_argument.py diff --git a/python/python/ert_gui/ide/keywords/eclipse_keywords.py b/ert_gui/ide/keywords/eclipse_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/eclipse_keywords.py rename to ert_gui/ide/keywords/eclipse_keywords.py diff --git a/python/python/ert_gui/ide/keywords/enkf_control_keywords.py b/ert_gui/ide/keywords/enkf_control_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/enkf_control_keywords.py rename to ert_gui/ide/keywords/enkf_control_keywords.py diff --git a/python/python/ert_gui/ide/keywords/ensemble_keywords.py b/ert_gui/ide/keywords/ensemble_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/ensemble_keywords.py rename to ert_gui/ide/keywords/ensemble_keywords.py diff --git a/python/python/ert_gui/ide/keywords/ert_keywords.py b/ert_gui/ide/keywords/ert_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/ert_keywords.py rename to ert_gui/ide/keywords/ert_keywords.py diff --git a/python/python/ert_gui/ide/keywords/parametrization_keywords.py b/ert_gui/ide/keywords/parametrization_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/parametrization_keywords.py rename to ert_gui/ide/keywords/parametrization_keywords.py diff --git a/python/python/ert_gui/ide/keywords/plot_keywords.py b/ert_gui/ide/keywords/plot_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/plot_keywords.py rename to ert_gui/ide/keywords/plot_keywords.py diff --git a/python/python/ert_gui/ide/keywords/qc_keywords.py b/ert_gui/ide/keywords/qc_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/qc_keywords.py rename to ert_gui/ide/keywords/qc_keywords.py diff --git a/python/python/ert_gui/ide/keywords/queue_system_keywords.py b/ert_gui/ide/keywords/queue_system_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/queue_system_keywords.py rename to ert_gui/ide/keywords/queue_system_keywords.py diff --git a/python/python/ert_gui/ide/keywords/run_keywords.py b/ert_gui/ide/keywords/run_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/run_keywords.py rename to ert_gui/ide/keywords/run_keywords.py diff --git a/python/python/ert_gui/ide/keywords/simulation_control_keywords.py b/ert_gui/ide/keywords/simulation_control_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/simulation_control_keywords.py rename to ert_gui/ide/keywords/simulation_control_keywords.py diff --git a/python/python/ert_gui/ide/keywords/unix_environment_keywords.py b/ert_gui/ide/keywords/unix_environment_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/unix_environment_keywords.py rename to ert_gui/ide/keywords/unix_environment_keywords.py diff --git a/python/python/ert_gui/ide/keywords/workflow_keywords.py b/ert_gui/ide/keywords/workflow_keywords.py similarity index 100% rename from python/python/ert_gui/ide/keywords/workflow_keywords.py rename to ert_gui/ide/keywords/workflow_keywords.py diff --git a/python/python/ert_gui/ide/parameter.py b/ert_gui/ide/parameter.py similarity index 100% rename from python/python/ert_gui/ide/parameter.py rename to ert_gui/ide/parameter.py diff --git a/python/python/ert_gui/ide/wizards/CMakeLists.txt b/ert_gui/ide/wizards/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/ide/wizards/CMakeLists.txt rename to ert_gui/ide/wizards/CMakeLists.txt diff --git a/python/python/ert_gui/ide/wizards/__init__.py b/ert_gui/ide/wizards/__init__.py similarity index 100% rename from python/python/ert_gui/ide/wizards/__init__.py rename to ert_gui/ide/wizards/__init__.py diff --git a/python/python/ert_gui/ide/wizards/tree_item.py b/ert_gui/ide/wizards/tree_item.py similarity index 100% rename from python/python/ert_gui/ide/wizards/tree_item.py rename to ert_gui/ide/wizards/tree_item.py diff --git a/python/python/ert_gui/ide/wizards/tree_model.py b/ert_gui/ide/wizards/tree_model.py similarity index 100% rename from python/python/ert_gui/ide/wizards/tree_model.py rename to ert_gui/ide/wizards/tree_model.py diff --git a/python/python/ert_gui/ide/wizards/wizard_view.py b/ert_gui/ide/wizards/wizard_view.py similarity index 100% rename from python/python/ert_gui/ide/wizards/wizard_view.py rename to ert_gui/ide/wizards/wizard_view.py diff --git a/python/python/ert_gui/main_window.py b/ert_gui/main_window.py similarity index 100% rename from python/python/ert_gui/main_window.py rename to ert_gui/main_window.py diff --git a/python/python/ert_gui/newconfig.py b/ert_gui/newconfig.py similarity index 100% rename from python/python/ert_gui/newconfig.py rename to ert_gui/newconfig.py diff --git a/python/python/ert_gui/plottery/CMakeLists.txt b/ert_gui/plottery/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/plottery/CMakeLists.txt rename to ert_gui/plottery/CMakeLists.txt diff --git a/python/python/ert_gui/plottery/__init__.py b/ert_gui/plottery/__init__.py similarity index 100% rename from python/python/ert_gui/plottery/__init__.py rename to ert_gui/plottery/__init__.py diff --git a/python/python/ert_gui/plottery/plot_config.py b/ert_gui/plottery/plot_config.py similarity index 100% rename from python/python/ert_gui/plottery/plot_config.py rename to ert_gui/plottery/plot_config.py diff --git a/python/python/ert_gui/plottery/plot_config_factory.py b/ert_gui/plottery/plot_config_factory.py similarity index 100% rename from python/python/ert_gui/plottery/plot_config_factory.py rename to ert_gui/plottery/plot_config_factory.py diff --git a/python/python/ert_gui/plottery/plot_config_history.py b/ert_gui/plottery/plot_config_history.py similarity index 100% rename from python/python/ert_gui/plottery/plot_config_history.py rename to ert_gui/plottery/plot_config_history.py diff --git a/python/python/ert_gui/plottery/plot_context.py b/ert_gui/plottery/plot_context.py similarity index 100% rename from python/python/ert_gui/plottery/plot_context.py rename to ert_gui/plottery/plot_context.py diff --git a/python/python/ert_gui/plottery/plot_data_gatherer.py b/ert_gui/plottery/plot_data_gatherer.py similarity index 100% rename from python/python/ert_gui/plottery/plot_data_gatherer.py rename to ert_gui/plottery/plot_data_gatherer.py diff --git a/python/python/ert_gui/plottery/plot_limits.py b/ert_gui/plottery/plot_limits.py similarity index 100% rename from python/python/ert_gui/plottery/plot_limits.py rename to ert_gui/plottery/plot_limits.py diff --git a/python/python/ert_gui/plottery/plot_style.py b/ert_gui/plottery/plot_style.py similarity index 100% rename from python/python/ert_gui/plottery/plot_style.py rename to ert_gui/plottery/plot_style.py diff --git a/python/python/ert_gui/plottery/plots/CMakeLists.txt b/ert_gui/plottery/plots/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/plottery/plots/CMakeLists.txt rename to ert_gui/plottery/plots/CMakeLists.txt diff --git a/python/python/ert_gui/plottery/plots/__init__.py b/ert_gui/plottery/plots/__init__.py similarity index 100% rename from python/python/ert_gui/plottery/plots/__init__.py rename to ert_gui/plottery/plots/__init__.py diff --git a/python/python/ert_gui/plottery/plots/ccsp.py b/ert_gui/plottery/plots/ccsp.py similarity index 100% rename from python/python/ert_gui/plottery/plots/ccsp.py rename to ert_gui/plottery/plots/ccsp.py diff --git a/python/python/ert_gui/plottery/plots/distribution.py b/ert_gui/plottery/plots/distribution.py similarity index 100% rename from python/python/ert_gui/plottery/plots/distribution.py rename to ert_gui/plottery/plots/distribution.py diff --git a/python/python/ert_gui/plottery/plots/ensemble.py b/ert_gui/plottery/plots/ensemble.py similarity index 100% rename from python/python/ert_gui/plottery/plots/ensemble.py rename to ert_gui/plottery/plots/ensemble.py diff --git a/python/python/ert_gui/plottery/plots/gaussian_kde.py b/ert_gui/plottery/plots/gaussian_kde.py similarity index 100% rename from python/python/ert_gui/plottery/plots/gaussian_kde.py rename to ert_gui/plottery/plots/gaussian_kde.py diff --git a/python/python/ert_gui/plottery/plots/histogram.py b/ert_gui/plottery/plots/histogram.py similarity index 100% rename from python/python/ert_gui/plottery/plots/histogram.py rename to ert_gui/plottery/plots/histogram.py diff --git a/python/python/ert_gui/plottery/plots/history.py b/ert_gui/plottery/plots/history.py similarity index 100% rename from python/python/ert_gui/plottery/plots/history.py rename to ert_gui/plottery/plots/history.py diff --git a/python/python/ert_gui/plottery/plots/observations.py b/ert_gui/plottery/plots/observations.py similarity index 100% rename from python/python/ert_gui/plottery/plots/observations.py rename to ert_gui/plottery/plots/observations.py diff --git a/python/python/ert_gui/plottery/plots/plot_tools.py b/ert_gui/plottery/plots/plot_tools.py similarity index 100% rename from python/python/ert_gui/plottery/plots/plot_tools.py rename to ert_gui/plottery/plots/plot_tools.py diff --git a/python/python/ert_gui/plottery/plots/refcase.py b/ert_gui/plottery/plots/refcase.py similarity index 100% rename from python/python/ert_gui/plottery/plots/refcase.py rename to ert_gui/plottery/plots/refcase.py diff --git a/python/python/ert_gui/plottery/plots/statistics.py b/ert_gui/plottery/plots/statistics.py similarity index 100% rename from python/python/ert_gui/plottery/plots/statistics.py rename to ert_gui/plottery/plots/statistics.py diff --git a/share/ert/gui/doc/documentation.txt b/ert_gui/resources/gui/doc/documentation.txt similarity index 100% rename from share/ert/gui/doc/documentation.txt rename to ert_gui/resources/gui/doc/documentation.txt diff --git a/share/ert/gui/doc/info.txt b/ert_gui/resources/gui/doc/info.txt similarity index 100% rename from share/ert/gui/doc/info.txt rename to ert_gui/resources/gui/doc/info.txt diff --git a/share/ert/gui/doc/initializers b/ert_gui/resources/gui/doc/initializers similarity index 100% rename from share/ert/gui/doc/initializers rename to ert_gui/resources/gui/doc/initializers diff --git a/share/ert/gui/doc/run_info b/ert_gui/resources/gui/doc/run_info similarity index 100% rename from share/ert/gui/doc/run_info rename to ert_gui/resources/gui/doc/run_info diff --git a/share/ert/gui/doc/tmp_info.txt b/ert_gui/resources/gui/doc/tmp_info.txt similarity index 100% rename from share/ert/gui/doc/tmp_info.txt rename to ert_gui/resources/gui/doc/tmp_info.txt diff --git a/share/ert/gui/help/config/analysis/analysis_module.html b/ert_gui/resources/gui/help/config/analysis/analysis_module.html similarity index 100% rename from share/ert/gui/help/config/analysis/analysis_module.html rename to ert_gui/resources/gui/help/config/analysis/analysis_module.html diff --git a/share/ert/gui/help/config/analysis/iterated_analysis_module.html b/ert_gui/resources/gui/help/config/analysis/iterated_analysis_module.html similarity index 100% rename from share/ert/gui/help/config/analysis/iterated_analysis_module.html rename to ert_gui/resources/gui/help/config/analysis/iterated_analysis_module.html diff --git a/share/ert/gui/help/config/init/history_length.html b/ert_gui/resources/gui/help/config/init/history_length.html similarity index 100% rename from share/ert/gui/help/config/init/history_length.html rename to ert_gui/resources/gui/help/config/init/history_length.html diff --git a/share/ert/gui/help/config/keywords/add_fixed_length_schedule_kw.html b/ert_gui/resources/gui/help/config/keywords/add_fixed_length_schedule_kw.html similarity index 100% rename from share/ert/gui/help/config/keywords/add_fixed_length_schedule_kw.html rename to ert_gui/resources/gui/help/config/keywords/add_fixed_length_schedule_kw.html diff --git a/share/ert/gui/help/config/keywords/add_static_kw.html b/ert_gui/resources/gui/help/config/keywords/add_static_kw.html similarity index 100% rename from share/ert/gui/help/config/keywords/add_static_kw.html rename to ert_gui/resources/gui/help/config/keywords/add_static_kw.html diff --git a/share/ert/gui/help/config/keywords/analysis_copy.html b/ert_gui/resources/gui/help/config/keywords/analysis_copy.html similarity index 100% rename from share/ert/gui/help/config/keywords/analysis_copy.html rename to ert_gui/resources/gui/help/config/keywords/analysis_copy.html diff --git a/share/ert/gui/help/config/keywords/analysis_enkf_update.html b/ert_gui/resources/gui/help/config/keywords/analysis_enkf_update.html similarity index 100% rename from share/ert/gui/help/config/keywords/analysis_enkf_update.html rename to ert_gui/resources/gui/help/config/keywords/analysis_enkf_update.html diff --git a/share/ert/gui/help/config/keywords/analysis_load.html b/ert_gui/resources/gui/help/config/keywords/analysis_load.html similarity index 100% rename from share/ert/gui/help/config/keywords/analysis_load.html rename to ert_gui/resources/gui/help/config/keywords/analysis_load.html diff --git a/share/ert/gui/help/config/keywords/analysis_select.html b/ert_gui/resources/gui/help/config/keywords/analysis_select.html similarity index 100% rename from share/ert/gui/help/config/keywords/analysis_select.html rename to ert_gui/resources/gui/help/config/keywords/analysis_select.html diff --git a/share/ert/gui/help/config/keywords/analysis_set_var.html b/ert_gui/resources/gui/help/config/keywords/analysis_set_var.html similarity index 100% rename from share/ert/gui/help/config/keywords/analysis_set_var.html rename to ert_gui/resources/gui/help/config/keywords/analysis_set_var.html diff --git a/share/ert/gui/help/config/keywords/analysis_update.html b/ert_gui/resources/gui/help/config/keywords/analysis_update.html similarity index 100% rename from share/ert/gui/help/config/keywords/analysis_update.html rename to ert_gui/resources/gui/help/config/keywords/analysis_update.html diff --git a/share/ert/gui/help/config/keywords/case_table.html b/ert_gui/resources/gui/help/config/keywords/case_table.html similarity index 100% rename from share/ert/gui/help/config/keywords/case_table.html rename to ert_gui/resources/gui/help/config/keywords/case_table.html diff --git a/share/ert/gui/help/config/keywords/config_help.py b/ert_gui/resources/gui/help/config/keywords/config_help.py similarity index 100% rename from share/ert/gui/help/config/keywords/config_help.py rename to ert_gui/resources/gui/help/config/keywords/config_help.py diff --git a/share/ert/gui/help/config/keywords/create_case.html b/ert_gui/resources/gui/help/config/keywords/create_case.html similarity index 100% rename from share/ert/gui/help/config/keywords/create_case.html rename to ert_gui/resources/gui/help/config/keywords/create_case.html diff --git a/share/ert/gui/help/config/keywords/data_file.html b/ert_gui/resources/gui/help/config/keywords/data_file.html similarity index 100% rename from share/ert/gui/help/config/keywords/data_file.html rename to ert_gui/resources/gui/help/config/keywords/data_file.html diff --git a/share/ert/gui/help/config/keywords/data_kw.html b/ert_gui/resources/gui/help/config/keywords/data_kw.html similarity index 100% rename from share/ert/gui/help/config/keywords/data_kw.html rename to ert_gui/resources/gui/help/config/keywords/data_kw.html diff --git a/share/ert/gui/help/config/keywords/data_ranking.html b/ert_gui/resources/gui/help/config/keywords/data_ranking.html similarity index 100% rename from share/ert/gui/help/config/keywords/data_ranking.html rename to ert_gui/resources/gui/help/config/keywords/data_ranking.html diff --git a/share/ert/gui/help/config/keywords/define.html b/ert_gui/resources/gui/help/config/keywords/define.html similarity index 100% rename from share/ert/gui/help/config/keywords/define.html rename to ert_gui/resources/gui/help/config/keywords/define.html diff --git a/share/ert/gui/help/config/keywords/delete_runpath.html b/ert_gui/resources/gui/help/config/keywords/delete_runpath.html similarity index 100% rename from share/ert/gui/help/config/keywords/delete_runpath.html rename to ert_gui/resources/gui/help/config/keywords/delete_runpath.html diff --git a/share/ert/gui/help/config/keywords/eclbase.html b/ert_gui/resources/gui/help/config/keywords/eclbase.html similarity index 100% rename from share/ert/gui/help/config/keywords/eclbase.html rename to ert_gui/resources/gui/help/config/keywords/eclbase.html diff --git a/share/ert/gui/help/config/keywords/end_date.html b/ert_gui/resources/gui/help/config/keywords/end_date.html similarity index 100% rename from share/ert/gui/help/config/keywords/end_date.html rename to ert_gui/resources/gui/help/config/keywords/end_date.html diff --git a/share/ert/gui/help/config/keywords/enkf_alpha.html b/ert_gui/resources/gui/help/config/keywords/enkf_alpha.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_alpha.html rename to ert_gui/resources/gui/help/config/keywords/enkf_alpha.html diff --git a/share/ert/gui/help/config/keywords/enkf_bootstrap.html b/ert_gui/resources/gui/help/config/keywords/enkf_bootstrap.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_bootstrap.html rename to ert_gui/resources/gui/help/config/keywords/enkf_bootstrap.html diff --git a/share/ert/gui/help/config/keywords/enkf_cv_folds.html b/ert_gui/resources/gui/help/config/keywords/enkf_cv_folds.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_cv_folds.html rename to ert_gui/resources/gui/help/config/keywords/enkf_cv_folds.html diff --git a/share/ert/gui/help/config/keywords/enkf_force_ncomp.html b/ert_gui/resources/gui/help/config/keywords/enkf_force_ncomp.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_force_ncomp.html rename to ert_gui/resources/gui/help/config/keywords/enkf_force_ncomp.html diff --git a/share/ert/gui/help/config/keywords/enkf_local_cv.html b/ert_gui/resources/gui/help/config/keywords/enkf_local_cv.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_local_cv.html rename to ert_gui/resources/gui/help/config/keywords/enkf_local_cv.html diff --git a/share/ert/gui/help/config/keywords/enkf_merge_observations.html b/ert_gui/resources/gui/help/config/keywords/enkf_merge_observations.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_merge_observations.html rename to ert_gui/resources/gui/help/config/keywords/enkf_merge_observations.html diff --git a/share/ert/gui/help/config/keywords/enkf_mode.html b/ert_gui/resources/gui/help/config/keywords/enkf_mode.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_mode.html rename to ert_gui/resources/gui/help/config/keywords/enkf_mode.html diff --git a/share/ert/gui/help/config/keywords/enkf_ncomp.html b/ert_gui/resources/gui/help/config/keywords/enkf_ncomp.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_ncomp.html rename to ert_gui/resources/gui/help/config/keywords/enkf_ncomp.html diff --git a/share/ert/gui/help/config/keywords/enkf_pen_press.html b/ert_gui/resources/gui/help/config/keywords/enkf_pen_press.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_pen_press.html rename to ert_gui/resources/gui/help/config/keywords/enkf_pen_press.html diff --git a/share/ert/gui/help/config/keywords/enkf_rerun.html b/ert_gui/resources/gui/help/config/keywords/enkf_rerun.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_rerun.html rename to ert_gui/resources/gui/help/config/keywords/enkf_rerun.html diff --git a/share/ert/gui/help/config/keywords/enkf_scaling.html b/ert_gui/resources/gui/help/config/keywords/enkf_scaling.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_scaling.html rename to ert_gui/resources/gui/help/config/keywords/enkf_scaling.html diff --git a/share/ert/gui/help/config/keywords/enkf_truncation.html b/ert_gui/resources/gui/help/config/keywords/enkf_truncation.html similarity index 100% rename from share/ert/gui/help/config/keywords/enkf_truncation.html rename to ert_gui/resources/gui/help/config/keywords/enkf_truncation.html diff --git a/share/ert/gui/help/config/keywords/ensemble_run.html b/ert_gui/resources/gui/help/config/keywords/ensemble_run.html similarity index 100% rename from share/ert/gui/help/config/keywords/ensemble_run.html rename to ert_gui/resources/gui/help/config/keywords/ensemble_run.html diff --git a/share/ert/gui/help/config/keywords/enspath.html b/ert_gui/resources/gui/help/config/keywords/enspath.html similarity index 100% rename from share/ert/gui/help/config/keywords/enspath.html rename to ert_gui/resources/gui/help/config/keywords/enspath.html diff --git a/share/ert/gui/help/config/keywords/export_field.html b/ert_gui/resources/gui/help/config/keywords/export_field.html similarity index 100% rename from share/ert/gui/help/config/keywords/export_field.html rename to ert_gui/resources/gui/help/config/keywords/export_field.html diff --git a/share/ert/gui/help/config/keywords/export_field_ecl_grdecl.html b/ert_gui/resources/gui/help/config/keywords/export_field_ecl_grdecl.html similarity index 100% rename from share/ert/gui/help/config/keywords/export_field_ecl_grdecl.html rename to ert_gui/resources/gui/help/config/keywords/export_field_ecl_grdecl.html diff --git a/share/ert/gui/help/config/keywords/export_field_rms_roff.html b/ert_gui/resources/gui/help/config/keywords/export_field_rms_roff.html similarity index 100% rename from share/ert/gui/help/config/keywords/export_field_rms_roff.html rename to ert_gui/resources/gui/help/config/keywords/export_field_rms_roff.html diff --git a/share/ert/gui/help/config/keywords/export_ranking.html b/ert_gui/resources/gui/help/config/keywords/export_ranking.html similarity index 100% rename from share/ert/gui/help/config/keywords/export_ranking.html rename to ert_gui/resources/gui/help/config/keywords/export_ranking.html diff --git a/share/ert/gui/help/config/keywords/field.html b/ert_gui/resources/gui/help/config/keywords/field.html similarity index 100% rename from share/ert/gui/help/config/keywords/field.html rename to ert_gui/resources/gui/help/config/keywords/field.html diff --git a/share/ert/gui/help/config/keywords/forward_model.html b/ert_gui/resources/gui/help/config/keywords/forward_model.html similarity index 100% rename from share/ert/gui/help/config/keywords/forward_model.html rename to ert_gui/resources/gui/help/config/keywords/forward_model.html diff --git a/share/ert/gui/help/config/keywords/gen_data.html b/ert_gui/resources/gui/help/config/keywords/gen_data.html similarity index 100% rename from share/ert/gui/help/config/keywords/gen_data.html rename to ert_gui/resources/gui/help/config/keywords/gen_data.html diff --git a/share/ert/gui/help/config/keywords/gen_kw.html b/ert_gui/resources/gui/help/config/keywords/gen_kw.html similarity index 100% rename from share/ert/gui/help/config/keywords/gen_kw.html rename to ert_gui/resources/gui/help/config/keywords/gen_kw.html diff --git a/share/ert/gui/help/config/keywords/gen_param.html b/ert_gui/resources/gui/help/config/keywords/gen_param.html similarity index 100% rename from share/ert/gui/help/config/keywords/gen_param.html rename to ert_gui/resources/gui/help/config/keywords/gen_param.html diff --git a/share/ert/gui/help/config/keywords/grid.html b/ert_gui/resources/gui/help/config/keywords/grid.html similarity index 100% rename from share/ert/gui/help/config/keywords/grid.html rename to ert_gui/resources/gui/help/config/keywords/grid.html diff --git a/share/ert/gui/help/config/keywords/history_source.html b/ert_gui/resources/gui/help/config/keywords/history_source.html similarity index 100% rename from share/ert/gui/help/config/keywords/history_source.html rename to ert_gui/resources/gui/help/config/keywords/history_source.html diff --git a/share/ert/gui/help/config/keywords/image_type.html b/ert_gui/resources/gui/help/config/keywords/image_type.html similarity index 100% rename from share/ert/gui/help/config/keywords/image_type.html rename to ert_gui/resources/gui/help/config/keywords/image_type.html diff --git a/share/ert/gui/help/config/keywords/image_viewer.html b/ert_gui/resources/gui/help/config/keywords/image_viewer.html similarity index 100% rename from share/ert/gui/help/config/keywords/image_viewer.html rename to ert_gui/resources/gui/help/config/keywords/image_viewer.html diff --git a/share/ert/gui/help/config/keywords/init_case_from_existing.html b/ert_gui/resources/gui/help/config/keywords/init_case_from_existing.html similarity index 100% rename from share/ert/gui/help/config/keywords/init_case_from_existing.html rename to ert_gui/resources/gui/help/config/keywords/init_case_from_existing.html diff --git a/share/ert/gui/help/config/keywords/init_misfit_table.html b/ert_gui/resources/gui/help/config/keywords/init_misfit_table.html similarity index 100% rename from share/ert/gui/help/config/keywords/init_misfit_table.html rename to ert_gui/resources/gui/help/config/keywords/init_misfit_table.html diff --git a/share/ert/gui/help/config/keywords/init_section.html b/ert_gui/resources/gui/help/config/keywords/init_section.html similarity index 100% rename from share/ert/gui/help/config/keywords/init_section.html rename to ert_gui/resources/gui/help/config/keywords/init_section.html diff --git a/share/ert/gui/help/config/keywords/install_job.html b/ert_gui/resources/gui/help/config/keywords/install_job.html similarity index 100% rename from share/ert/gui/help/config/keywords/install_job.html rename to ert_gui/resources/gui/help/config/keywords/install_job.html diff --git a/share/ert/gui/help/config/keywords/job_script.html b/ert_gui/resources/gui/help/config/keywords/job_script.html similarity index 100% rename from share/ert/gui/help/config/keywords/job_script.html rename to ert_gui/resources/gui/help/config/keywords/job_script.html diff --git a/share/ert/gui/help/config/keywords/jobname.html b/ert_gui/resources/gui/help/config/keywords/jobname.html similarity index 100% rename from share/ert/gui/help/config/keywords/jobname.html rename to ert_gui/resources/gui/help/config/keywords/jobname.html diff --git a/share/ert/gui/help/config/keywords/keywords.txt b/ert_gui/resources/gui/help/config/keywords/keywords.txt similarity index 100% rename from share/ert/gui/help/config/keywords/keywords.txt rename to ert_gui/resources/gui/help/config/keywords/keywords.txt diff --git a/share/ert/gui/help/config/keywords/license_path.html b/ert_gui/resources/gui/help/config/keywords/license_path.html similarity index 100% rename from share/ert/gui/help/config/keywords/license_path.html rename to ert_gui/resources/gui/help/config/keywords/license_path.html diff --git a/share/ert/gui/help/config/keywords/load_results.html b/ert_gui/resources/gui/help/config/keywords/load_results.html similarity index 100% rename from share/ert/gui/help/config/keywords/load_results.html rename to ert_gui/resources/gui/help/config/keywords/load_results.html diff --git a/share/ert/gui/help/config/keywords/load_results_iter.html b/ert_gui/resources/gui/help/config/keywords/load_results_iter.html similarity index 100% rename from share/ert/gui/help/config/keywords/load_results_iter.html rename to ert_gui/resources/gui/help/config/keywords/load_results_iter.html diff --git a/share/ert/gui/help/config/keywords/local_config.html b/ert_gui/resources/gui/help/config/keywords/local_config.html similarity index 100% rename from share/ert/gui/help/config/keywords/local_config.html rename to ert_gui/resources/gui/help/config/keywords/local_config.html diff --git a/share/ert/gui/help/config/keywords/log_file.html b/ert_gui/resources/gui/help/config/keywords/log_file.html similarity index 100% rename from share/ert/gui/help/config/keywords/log_file.html rename to ert_gui/resources/gui/help/config/keywords/log_file.html diff --git a/share/ert/gui/help/config/keywords/log_level.html b/ert_gui/resources/gui/help/config/keywords/log_level.html similarity index 100% rename from share/ert/gui/help/config/keywords/log_level.html rename to ert_gui/resources/gui/help/config/keywords/log_level.html diff --git a/share/ert/gui/help/config/keywords/lsf_queue.html b/ert_gui/resources/gui/help/config/keywords/lsf_queue.html similarity index 100% rename from share/ert/gui/help/config/keywords/lsf_queue.html rename to ert_gui/resources/gui/help/config/keywords/lsf_queue.html diff --git a/share/ert/gui/help/config/keywords/lsf_resources.html b/ert_gui/resources/gui/help/config/keywords/lsf_resources.html similarity index 100% rename from share/ert/gui/help/config/keywords/lsf_resources.html rename to ert_gui/resources/gui/help/config/keywords/lsf_resources.html diff --git a/share/ert/gui/help/config/keywords/lsf_server.html b/ert_gui/resources/gui/help/config/keywords/lsf_server.html similarity index 100% rename from share/ert/gui/help/config/keywords/lsf_server.html rename to ert_gui/resources/gui/help/config/keywords/lsf_server.html diff --git a/share/ert/gui/help/config/keywords/max_resample.html b/ert_gui/resources/gui/help/config/keywords/max_resample.html similarity index 100% rename from share/ert/gui/help/config/keywords/max_resample.html rename to ert_gui/resources/gui/help/config/keywords/max_resample.html diff --git a/share/ert/gui/help/config/keywords/max_running_local.html b/ert_gui/resources/gui/help/config/keywords/max_running_local.html similarity index 100% rename from share/ert/gui/help/config/keywords/max_running_local.html rename to ert_gui/resources/gui/help/config/keywords/max_running_local.html diff --git a/share/ert/gui/help/config/keywords/max_running_lsf.html b/ert_gui/resources/gui/help/config/keywords/max_running_lsf.html similarity index 100% rename from share/ert/gui/help/config/keywords/max_running_lsf.html rename to ert_gui/resources/gui/help/config/keywords/max_running_lsf.html diff --git a/share/ert/gui/help/config/keywords/max_running_rsh.html b/ert_gui/resources/gui/help/config/keywords/max_running_rsh.html similarity index 100% rename from share/ert/gui/help/config/keywords/max_running_rsh.html rename to ert_gui/resources/gui/help/config/keywords/max_running_rsh.html diff --git a/share/ert/gui/help/config/keywords/max_runtime.html b/ert_gui/resources/gui/help/config/keywords/max_runtime.html similarity index 100% rename from share/ert/gui/help/config/keywords/max_runtime.html rename to ert_gui/resources/gui/help/config/keywords/max_runtime.html diff --git a/share/ert/gui/help/config/keywords/max_submit.html b/ert_gui/resources/gui/help/config/keywords/max_submit.html similarity index 100% rename from share/ert/gui/help/config/keywords/max_submit.html rename to ert_gui/resources/gui/help/config/keywords/max_submit.html diff --git a/share/ert/gui/help/config/keywords/min_realizations.html b/ert_gui/resources/gui/help/config/keywords/min_realizations.html similarity index 100% rename from share/ert/gui/help/config/keywords/min_realizations.html rename to ert_gui/resources/gui/help/config/keywords/min_realizations.html diff --git a/share/ert/gui/help/config/keywords/num_realizations.html b/ert_gui/resources/gui/help/config/keywords/num_realizations.html similarity index 100% rename from share/ert/gui/help/config/keywords/num_realizations.html rename to ert_gui/resources/gui/help/config/keywords/num_realizations.html diff --git a/share/ert/gui/help/config/keywords/obs_config.html b/ert_gui/resources/gui/help/config/keywords/obs_config.html similarity index 100% rename from share/ert/gui/help/config/keywords/obs_config.html rename to ert_gui/resources/gui/help/config/keywords/obs_config.html diff --git a/share/ert/gui/help/config/keywords/observation_ranking.html b/ert_gui/resources/gui/help/config/keywords/observation_ranking.html similarity index 100% rename from share/ert/gui/help/config/keywords/observation_ranking.html rename to ert_gui/resources/gui/help/config/keywords/observation_ranking.html diff --git a/share/ert/gui/help/config/keywords/plot_driver.html b/ert_gui/resources/gui/help/config/keywords/plot_driver.html similarity index 100% rename from share/ert/gui/help/config/keywords/plot_driver.html rename to ert_gui/resources/gui/help/config/keywords/plot_driver.html diff --git a/share/ert/gui/help/config/keywords/plot_errorbar.html b/ert_gui/resources/gui/help/config/keywords/plot_errorbar.html similarity index 100% rename from share/ert/gui/help/config/keywords/plot_errorbar.html rename to ert_gui/resources/gui/help/config/keywords/plot_errorbar.html diff --git a/share/ert/gui/help/config/keywords/plot_errorbar_max.html b/ert_gui/resources/gui/help/config/keywords/plot_errorbar_max.html similarity index 100% rename from share/ert/gui/help/config/keywords/plot_errorbar_max.html rename to ert_gui/resources/gui/help/config/keywords/plot_errorbar_max.html diff --git a/share/ert/gui/help/config/keywords/plot_height.html b/ert_gui/resources/gui/help/config/keywords/plot_height.html similarity index 100% rename from share/ert/gui/help/config/keywords/plot_height.html rename to ert_gui/resources/gui/help/config/keywords/plot_height.html diff --git a/share/ert/gui/help/config/keywords/plot_path.html b/ert_gui/resources/gui/help/config/keywords/plot_path.html similarity index 100% rename from share/ert/gui/help/config/keywords/plot_path.html rename to ert_gui/resources/gui/help/config/keywords/plot_path.html diff --git a/share/ert/gui/help/config/keywords/plot_refcase.html b/ert_gui/resources/gui/help/config/keywords/plot_refcase.html similarity index 100% rename from share/ert/gui/help/config/keywords/plot_refcase.html rename to ert_gui/resources/gui/help/config/keywords/plot_refcase.html diff --git a/share/ert/gui/help/config/keywords/plot_width.html b/ert_gui/resources/gui/help/config/keywords/plot_width.html similarity index 100% rename from share/ert/gui/help/config/keywords/plot_width.html rename to ert_gui/resources/gui/help/config/keywords/plot_width.html diff --git a/share/ert/gui/help/config/keywords/pre_clear_runpath.html b/ert_gui/resources/gui/help/config/keywords/pre_clear_runpath.html similarity index 100% rename from share/ert/gui/help/config/keywords/pre_clear_runpath.html rename to ert_gui/resources/gui/help/config/keywords/pre_clear_runpath.html diff --git a/share/ert/gui/help/config/keywords/qc_path.html b/ert_gui/resources/gui/help/config/keywords/qc_path.html similarity index 100% rename from share/ert/gui/help/config/keywords/qc_path.html rename to ert_gui/resources/gui/help/config/keywords/qc_path.html diff --git a/share/ert/gui/help/config/keywords/qc_workflow.html b/ert_gui/resources/gui/help/config/keywords/qc_workflow.html similarity index 100% rename from share/ert/gui/help/config/keywords/qc_workflow.html rename to ert_gui/resources/gui/help/config/keywords/qc_workflow.html diff --git a/share/ert/gui/help/config/keywords/queue_system.html b/ert_gui/resources/gui/help/config/keywords/queue_system.html similarity index 100% rename from share/ert/gui/help/config/keywords/queue_system.html rename to ert_gui/resources/gui/help/config/keywords/queue_system.html diff --git a/share/ert/gui/help/config/keywords/refcase.html b/ert_gui/resources/gui/help/config/keywords/refcase.html similarity index 100% rename from share/ert/gui/help/config/keywords/refcase.html rename to ert_gui/resources/gui/help/config/keywords/refcase.html diff --git a/share/ert/gui/help/config/keywords/refcase_list.html b/ert_gui/resources/gui/help/config/keywords/refcase_list.html similarity index 100% rename from share/ert/gui/help/config/keywords/refcase_list.html rename to ert_gui/resources/gui/help/config/keywords/refcase_list.html diff --git a/share/ert/gui/help/config/keywords/rerun_start.html b/ert_gui/resources/gui/help/config/keywords/rerun_start.html similarity index 100% rename from share/ert/gui/help/config/keywords/rerun_start.html rename to ert_gui/resources/gui/help/config/keywords/rerun_start.html diff --git a/share/ert/gui/help/config/keywords/result_path.html b/ert_gui/resources/gui/help/config/keywords/result_path.html similarity index 100% rename from share/ert/gui/help/config/keywords/result_path.html rename to ert_gui/resources/gui/help/config/keywords/result_path.html diff --git a/share/ert/gui/help/config/keywords/rft_config.html b/ert_gui/resources/gui/help/config/keywords/rft_config.html similarity index 100% rename from share/ert/gui/help/config/keywords/rft_config.html rename to ert_gui/resources/gui/help/config/keywords/rft_config.html diff --git a/share/ert/gui/help/config/keywords/rftpath.html b/ert_gui/resources/gui/help/config/keywords/rftpath.html similarity index 100% rename from share/ert/gui/help/config/keywords/rftpath.html rename to ert_gui/resources/gui/help/config/keywords/rftpath.html diff --git a/share/ert/gui/help/config/keywords/rsh_command.html b/ert_gui/resources/gui/help/config/keywords/rsh_command.html similarity index 100% rename from share/ert/gui/help/config/keywords/rsh_command.html rename to ert_gui/resources/gui/help/config/keywords/rsh_command.html diff --git a/share/ert/gui/help/config/keywords/rsh_host.html b/ert_gui/resources/gui/help/config/keywords/rsh_host.html similarity index 100% rename from share/ert/gui/help/config/keywords/rsh_host.html rename to ert_gui/resources/gui/help/config/keywords/rsh_host.html diff --git a/share/ert/gui/help/config/keywords/run_smoother.html b/ert_gui/resources/gui/help/config/keywords/run_smoother.html similarity index 100% rename from share/ert/gui/help/config/keywords/run_smoother.html rename to ert_gui/resources/gui/help/config/keywords/run_smoother.html diff --git a/share/ert/gui/help/config/keywords/run_smoother_with_iter.html b/ert_gui/resources/gui/help/config/keywords/run_smoother_with_iter.html similarity index 100% rename from share/ert/gui/help/config/keywords/run_smoother_with_iter.html rename to ert_gui/resources/gui/help/config/keywords/run_smoother_with_iter.html diff --git a/share/ert/gui/help/config/keywords/run_template.html b/ert_gui/resources/gui/help/config/keywords/run_template.html similarity index 100% rename from share/ert/gui/help/config/keywords/run_template.html rename to ert_gui/resources/gui/help/config/keywords/run_template.html diff --git a/share/ert/gui/help/config/keywords/runpath.html b/ert_gui/resources/gui/help/config/keywords/runpath.html similarity index 100% rename from share/ert/gui/help/config/keywords/runpath.html rename to ert_gui/resources/gui/help/config/keywords/runpath.html diff --git a/share/ert/gui/help/config/keywords/runpath_file.html b/ert_gui/resources/gui/help/config/keywords/runpath_file.html similarity index 100% rename from share/ert/gui/help/config/keywords/runpath_file.html rename to ert_gui/resources/gui/help/config/keywords/runpath_file.html diff --git a/share/ert/gui/help/config/keywords/schedule_file.html b/ert_gui/resources/gui/help/config/keywords/schedule_file.html similarity index 100% rename from share/ert/gui/help/config/keywords/schedule_file.html rename to ert_gui/resources/gui/help/config/keywords/schedule_file.html diff --git a/share/ert/gui/help/config/keywords/schedule_prediction_file.html b/ert_gui/resources/gui/help/config/keywords/schedule_prediction_file.html similarity index 100% rename from share/ert/gui/help/config/keywords/schedule_prediction_file.html rename to ert_gui/resources/gui/help/config/keywords/schedule_prediction_file.html diff --git a/share/ert/gui/help/config/keywords/select_case.html b/ert_gui/resources/gui/help/config/keywords/select_case.html similarity index 100% rename from share/ert/gui/help/config/keywords/select_case.html rename to ert_gui/resources/gui/help/config/keywords/select_case.html diff --git a/share/ert/gui/help/config/keywords/setenv.html b/ert_gui/resources/gui/help/config/keywords/setenv.html similarity index 100% rename from share/ert/gui/help/config/keywords/setenv.html rename to ert_gui/resources/gui/help/config/keywords/setenv.html diff --git a/share/ert/gui/help/config/keywords/stop_long_running.html b/ert_gui/resources/gui/help/config/keywords/stop_long_running.html similarity index 100% rename from share/ert/gui/help/config/keywords/stop_long_running.html rename to ert_gui/resources/gui/help/config/keywords/stop_long_running.html diff --git a/share/ert/gui/help/config/keywords/summary.html b/ert_gui/resources/gui/help/config/keywords/summary.html similarity index 100% rename from share/ert/gui/help/config/keywords/summary.html rename to ert_gui/resources/gui/help/config/keywords/summary.html diff --git a/share/ert/gui/help/config/keywords/surface.html b/ert_gui/resources/gui/help/config/keywords/surface.html similarity index 100% rename from share/ert/gui/help/config/keywords/surface.html rename to ert_gui/resources/gui/help/config/keywords/surface.html diff --git a/share/ert/gui/help/config/keywords/update_log_path.html b/ert_gui/resources/gui/help/config/keywords/update_log_path.html similarity index 100% rename from share/ert/gui/help/config/keywords/update_log_path.html rename to ert_gui/resources/gui/help/config/keywords/update_log_path.html diff --git a/share/ert/gui/help/config/keywords/update_path.html b/ert_gui/resources/gui/help/config/keywords/update_path.html similarity index 100% rename from share/ert/gui/help/config/keywords/update_path.html rename to ert_gui/resources/gui/help/config/keywords/update_path.html diff --git a/share/ert/gui/help/config/run/runpath.html b/ert_gui/resources/gui/help/config/run/runpath.html similarity index 100% rename from share/ert/gui/help/config/run/runpath.html rename to ert_gui/resources/gui/help/config/run/runpath.html diff --git a/share/ert/gui/help/config/simulation/active_realizations.html b/ert_gui/resources/gui/help/config/simulation/active_realizations.html similarity index 100% rename from share/ert/gui/help/config/simulation/active_realizations.html rename to ert_gui/resources/gui/help/config/simulation/active_realizations.html diff --git a/share/ert/gui/help/config/simulation/analysis_module.html b/ert_gui/resources/gui/help/config/simulation/analysis_module.html similarity index 100% rename from share/ert/gui/help/config/simulation/analysis_module.html rename to ert_gui/resources/gui/help/config/simulation/analysis_module.html diff --git a/share/ert/gui/help/config/simulation/iterated_target_case_format.html b/ert_gui/resources/gui/help/config/simulation/iterated_target_case_format.html similarity index 100% rename from share/ert/gui/help/config/simulation/iterated_target_case_format.html rename to ert_gui/resources/gui/help/config/simulation/iterated_target_case_format.html diff --git a/share/ert/gui/help/config/simulation/iteration_weights.html b/ert_gui/resources/gui/help/config/simulation/iteration_weights.html similarity index 100% rename from share/ert/gui/help/config/simulation/iteration_weights.html rename to ert_gui/resources/gui/help/config/simulation/iteration_weights.html diff --git a/share/ert/gui/help/config/simulation/number_of_iterations.html b/ert_gui/resources/gui/help/config/simulation/number_of_iterations.html similarity index 100% rename from share/ert/gui/help/config/simulation/number_of_iterations.html rename to ert_gui/resources/gui/help/config/simulation/number_of_iterations.html diff --git a/share/ert/gui/help/config/simulation/sensitivity_parameter_constant_value.html b/ert_gui/resources/gui/help/config/simulation/sensitivity_parameter_constant_value.html similarity index 100% rename from share/ert/gui/help/config/simulation/sensitivity_parameter_constant_value.html rename to ert_gui/resources/gui/help/config/simulation/sensitivity_parameter_constant_value.html diff --git a/share/ert/gui/help/config/simulation/sensitivity_parameter_is_included.html b/ert_gui/resources/gui/help/config/simulation/sensitivity_parameter_is_included.html similarity index 100% rename from share/ert/gui/help/config/simulation/sensitivity_parameter_is_included.html rename to ert_gui/resources/gui/help/config/simulation/sensitivity_parameter_is_included.html diff --git a/share/ert/gui/help/config/simulation/sensitivity_target_case_format.html b/ert_gui/resources/gui/help/config/simulation/sensitivity_target_case_format.html similarity index 100% rename from share/ert/gui/help/config/simulation/sensitivity_target_case_format.html rename to ert_gui/resources/gui/help/config/simulation/sensitivity_target_case_format.html diff --git a/share/ert/gui/help/config/simulation/target_case.html b/ert_gui/resources/gui/help/config/simulation/target_case.html similarity index 100% rename from share/ert/gui/help/config/simulation/target_case.html rename to ert_gui/resources/gui/help/config/simulation/target_case.html diff --git a/share/ert/gui/help/init/case_list.html b/ert_gui/resources/gui/help/init/case_list.html similarity index 100% rename from share/ert/gui/help/init/case_list.html rename to ert_gui/resources/gui/help/init/case_list.html diff --git a/share/ert/gui/help/init/current_case_selection.html b/ert_gui/resources/gui/help/init/current_case_selection.html similarity index 100% rename from share/ert/gui/help/init/current_case_selection.html rename to ert_gui/resources/gui/help/init/current_case_selection.html diff --git a/share/ert/gui/help/init/initialize_from_existing.html b/ert_gui/resources/gui/help/init/initialize_from_existing.html similarity index 100% rename from share/ert/gui/help/init/initialize_from_existing.html rename to ert_gui/resources/gui/help/init/initialize_from_existing.html diff --git a/share/ert/gui/help/init/initialize_from_scratch.html b/ert_gui/resources/gui/help/init/initialize_from_scratch.html similarity index 100% rename from share/ert/gui/help/init/initialize_from_scratch.html rename to ert_gui/resources/gui/help/init/initialize_from_scratch.html diff --git a/share/ert/gui/help/init/select_case_for_info.html b/ert_gui/resources/gui/help/init/select_case_for_info.html similarity index 100% rename from share/ert/gui/help/init/select_case_for_info.html rename to ert_gui/resources/gui/help/init/select_case_for_info.html diff --git a/share/ert/gui/help/init/select_members.html b/ert_gui/resources/gui/help/init/select_members.html similarity index 100% rename from share/ert/gui/help/init/select_members.html rename to ert_gui/resources/gui/help/init/select_members.html diff --git a/share/ert/gui/help/init/select_parameters.html b/ert_gui/resources/gui/help/init/select_parameters.html similarity index 100% rename from share/ert/gui/help/init/select_parameters.html rename to ert_gui/resources/gui/help/init/select_parameters.html diff --git a/share/ert/gui/help/init/selected_case_info.html b/ert_gui/resources/gui/help/init/selected_case_info.html similarity index 100% rename from share/ert/gui/help/init/selected_case_info.html rename to ert_gui/resources/gui/help/init/selected_case_info.html diff --git a/share/ert/gui/help/init/source_case.html b/ert_gui/resources/gui/help/init/source_case.html similarity index 100% rename from share/ert/gui/help/init/source_case.html rename to ert_gui/resources/gui/help/init/source_case.html diff --git a/share/ert/gui/help/run/simulation_mode.html b/ert_gui/resources/gui/help/run/simulation_mode.html similarity index 100% rename from share/ert/gui/help/run/simulation_mode.html rename to ert_gui/resources/gui/help/run/simulation_mode.html diff --git a/share/ert/gui/help/run/start_simulation.html b/ert_gui/resources/gui/help/run/start_simulation.html similarity index 100% rename from share/ert/gui/help/run/start_simulation.html rename to ert_gui/resources/gui/help/run/start_simulation.html diff --git a/share/ert/gui/help/run/workflow.html b/ert_gui/resources/gui/help/run/workflow.html similarity index 100% rename from share/ert/gui/help/run/workflow.html rename to ert_gui/resources/gui/help/run/workflow.html diff --git a/share/ert/gui/help/template.html b/ert_gui/resources/gui/help/template.html similarity index 100% rename from share/ert/gui/help/template.html rename to ert_gui/resources/gui/help/template.html diff --git a/share/ert/gui/help/tools/export.html b/ert_gui/resources/gui/help/tools/export.html similarity index 100% rename from share/ert/gui/help/tools/export.html rename to ert_gui/resources/gui/help/tools/export.html diff --git a/share/ert/gui/help/tools/help.html b/ert_gui/resources/gui/help/tools/help.html similarity index 100% rename from share/ert/gui/help/tools/help.html rename to ert_gui/resources/gui/help/tools/help.html diff --git a/share/ert/gui/help/tools/ide.html b/ert_gui/resources/gui/help/tools/ide.html similarity index 100% rename from share/ert/gui/help/tools/ide.html rename to ert_gui/resources/gui/help/tools/ide.html diff --git a/share/ert/gui/help/tools/manage_cases.html b/ert_gui/resources/gui/help/tools/manage_cases.html similarity index 100% rename from share/ert/gui/help/tools/manage_cases.html rename to ert_gui/resources/gui/help/tools/manage_cases.html diff --git a/share/ert/gui/help/tools/plot.html b/ert_gui/resources/gui/help/tools/plot.html similarity index 100% rename from share/ert/gui/help/tools/plot.html rename to ert_gui/resources/gui/help/tools/plot.html diff --git a/share/ert/gui/help/tools/workflows.html b/ert_gui/resources/gui/help/tools/workflows.html similarity index 100% rename from share/ert/gui/help/tools/workflows.html rename to ert_gui/resources/gui/help/tools/workflows.html diff --git a/share/ert/gui/help/welcome_to_ert.html b/ert_gui/resources/gui/help/welcome_to_ert.html similarity index 100% rename from share/ert/gui/help/welcome_to_ert.html rename to ert_gui/resources/gui/help/welcome_to_ert.html diff --git a/share/ert/gui/img/add.png b/ert_gui/resources/gui/img/add.png similarity index 100% rename from share/ert/gui/img/add.png rename to ert_gui/resources/gui/img/add.png diff --git a/share/ert/gui/img/application/window_icon.png b/ert_gui/resources/gui/img/application/window_icon.png similarity index 100% rename from share/ert/gui/img/application/window_icon.png rename to ert_gui/resources/gui/img/application/window_icon.png diff --git a/share/ert/gui/img/application/window_icon_cutout.png b/ert_gui/resources/gui/img/application/window_icon_cutout.png similarity index 100% rename from share/ert/gui/img/application/window_icon_cutout.png rename to ert_gui/resources/gui/img/application/window_icon_cutout.png diff --git a/share/ert/gui/img/calendar.png b/ert_gui/resources/gui/img/calendar.png similarity index 100% rename from share/ert/gui/img/calendar.png rename to ert_gui/resources/gui/img/calendar.png diff --git a/share/ert/gui/img/checked.png b/ert_gui/resources/gui/img/checked.png similarity index 100% rename from share/ert/gui/img/checked.png rename to ert_gui/resources/gui/img/checked.png diff --git a/share/ert/gui/img/copy_from.png b/ert_gui/resources/gui/img/copy_from.png similarity index 100% rename from share/ert/gui/img/copy_from.png rename to ert_gui/resources/gui/img/copy_from.png diff --git a/share/ert/gui/img/copy_to.png b/ert_gui/resources/gui/img/copy_to.png similarity index 100% rename from share/ert/gui/img/copy_to.png rename to ert_gui/resources/gui/img/copy_to.png diff --git a/share/ert/gui/img/ide/chart_curve_add.png b/ert_gui/resources/gui/img/ide/chart_curve_add.png similarity index 100% rename from share/ert/gui/img/ide/chart_curve_add.png rename to ert_gui/resources/gui/img/ide/chart_curve_add.png diff --git a/share/ert/gui/img/ide/cog.png b/ert_gui/resources/gui/img/ide/cog.png similarity index 100% rename from share/ert/gui/img/ide/cog.png rename to ert_gui/resources/gui/img/ide/cog.png diff --git a/share/ert/gui/img/ide/cog_edit.png b/ert_gui/resources/gui/img/ide/cog_edit.png similarity index 100% rename from share/ert/gui/img/ide/cog_edit.png rename to ert_gui/resources/gui/img/ide/cog_edit.png diff --git a/share/ert/gui/img/ide/control_play_blue.png b/ert_gui/resources/gui/img/ide/control_play_blue.png similarity index 100% rename from share/ert/gui/img/ide/control_play_blue.png rename to ert_gui/resources/gui/img/ide/control_play_blue.png diff --git a/share/ert/gui/img/ide/database_gear.png b/ert_gui/resources/gui/img/ide/database_gear.png similarity index 100% rename from share/ert/gui/img/ide/database_gear.png rename to ert_gui/resources/gui/img/ide/database_gear.png diff --git a/share/ert/gui/img/ide/disk.png b/ert_gui/resources/gui/img/ide/disk.png similarity index 100% rename from share/ert/gui/img/ide/disk.png rename to ert_gui/resources/gui/img/ide/disk.png diff --git a/share/ert/gui/img/ide/gear_in_play.png b/ert_gui/resources/gui/img/ide/gear_in_play.png similarity index 100% rename from share/ert/gui/img/ide/gear_in_play.png rename to ert_gui/resources/gui/img/ide/gear_in_play.png diff --git a/share/ert/gui/img/ide/help.png b/ert_gui/resources/gui/img/ide/help.png similarity index 100% rename from share/ert/gui/img/ide/help.png rename to ert_gui/resources/gui/img/ide/help.png diff --git a/share/ert/gui/img/ide/loading.gif b/ert_gui/resources/gui/img/ide/loading.gif similarity index 100% rename from share/ert/gui/img/ide/loading.gif rename to ert_gui/resources/gui/img/ide/loading.gif diff --git a/share/ert/gui/img/ide/plugin.png b/ert_gui/resources/gui/img/ide/plugin.png similarity index 100% rename from share/ert/gui/img/ide/plugin.png rename to ert_gui/resources/gui/img/ide/plugin.png diff --git a/share/ert/gui/img/ide/readme-fatcow.txt b/ert_gui/resources/gui/img/ide/readme-fatcow.txt similarity index 100% rename from share/ert/gui/img/ide/readme-fatcow.txt rename to ert_gui/resources/gui/img/ide/readme-fatcow.txt diff --git a/share/ert/gui/img/ide/save_as.png b/ert_gui/resources/gui/img/ide/save_as.png similarity index 100% rename from share/ert/gui/img/ide/save_as.png rename to ert_gui/resources/gui/img/ide/save_as.png diff --git a/share/ert/gui/img/ide/small/add.png b/ert_gui/resources/gui/img/ide/small/add.png similarity index 100% rename from share/ert/gui/img/ide/small/add.png rename to ert_gui/resources/gui/img/ide/small/add.png diff --git a/share/ert/gui/img/ide/small/chart_curve_go.png b/ert_gui/resources/gui/img/ide/small/chart_curve_go.png similarity index 100% rename from share/ert/gui/img/ide/small/chart_curve_go.png rename to ert_gui/resources/gui/img/ide/small/chart_curve_go.png diff --git a/share/ert/gui/img/ide/small/cog_edit.png b/ert_gui/resources/gui/img/ide/small/cog_edit.png similarity index 100% rename from share/ert/gui/img/ide/small/cog_edit.png rename to ert_gui/resources/gui/img/ide/small/cog_edit.png diff --git a/share/ert/gui/img/ide/small/delete.png b/ert_gui/resources/gui/img/ide/small/delete.png similarity index 100% rename from share/ert/gui/img/ide/small/delete.png rename to ert_gui/resources/gui/img/ide/small/delete.png diff --git a/share/ert/gui/img/ide/small/folder.png b/ert_gui/resources/gui/img/ide/small/folder.png similarity index 100% rename from share/ert/gui/img/ide/small/folder.png rename to ert_gui/resources/gui/img/ide/small/folder.png diff --git a/share/ert/gui/img/ide/table_export.png b/ert_gui/resources/gui/img/ide/table_export.png similarity index 100% rename from share/ert/gui/img/ide/table_export.png rename to ert_gui/resources/gui/img/ide/table_export.png diff --git a/share/ert/gui/img/ide/table_import.png b/ert_gui/resources/gui/img/ide/table_import.png similarity index 100% rename from share/ert/gui/img/ide/table_import.png rename to ert_gui/resources/gui/img/ide/table_import.png diff --git a/share/ert/gui/img/ide/to_do_list_checked_1.png b/ert_gui/resources/gui/img/ide/to_do_list_checked_1.png similarity index 100% rename from share/ert/gui/img/ide/to_do_list_checked_1.png rename to ert_gui/resources/gui/img/ide/to_do_list_checked_1.png diff --git a/share/ert/gui/img/ide/transform_scale.png b/ert_gui/resources/gui/img/ide/transform_scale.png similarity index 100% rename from share/ert/gui/img/ide/transform_scale.png rename to ert_gui/resources/gui/img/ide/transform_scale.png diff --git a/share/ert/gui/img/ide/widgets.png b/ert_gui/resources/gui/img/ide/widgets.png similarity index 100% rename from share/ert/gui/img/ide/widgets.png rename to ert_gui/resources/gui/img/ide/widgets.png diff --git a/share/ert/gui/img/notchecked.png b/ert_gui/resources/gui/img/notchecked.png similarity index 100% rename from share/ert/gui/img/notchecked.png rename to ert_gui/resources/gui/img/notchecked.png diff --git a/share/ert/gui/img/page_copy.png b/ert_gui/resources/gui/img/page_copy.png similarity index 100% rename from share/ert/gui/img/page_copy.png rename to ert_gui/resources/gui/img/page_copy.png diff --git a/share/ert/gui/img/redo.png b/ert_gui/resources/gui/img/redo.png similarity index 100% rename from share/ert/gui/img/redo.png rename to ert_gui/resources/gui/img/redo.png diff --git a/share/ert/gui/img/remove.png b/ert_gui/resources/gui/img/remove.png similarity index 100% rename from share/ert/gui/img/remove.png rename to ert_gui/resources/gui/img/remove.png diff --git a/share/ert/gui/img/remove_favorite.png b/ert_gui/resources/gui/img/remove_favorite.png similarity index 100% rename from share/ert/gui/img/remove_favorite.png rename to ert_gui/resources/gui/img/remove_favorite.png diff --git a/share/ert/gui/img/splash.jpg b/ert_gui/resources/gui/img/splash.jpg similarity index 100% rename from share/ert/gui/img/splash.jpg rename to ert_gui/resources/gui/img/splash.jpg diff --git a/ert_gui/resources/gui/img/splash.png b/ert_gui/resources/gui/img/splash.png new file mode 100644 index 00000000000..aa0e734a38b Binary files /dev/null and b/ert_gui/resources/gui/img/splash.png differ diff --git a/share/ert/gui/img/undo.png b/ert_gui/resources/gui/img/undo.png similarity index 100% rename from share/ert/gui/img/undo.png rename to ert_gui/resources/gui/img/undo.png diff --git a/share/ert/gui/img/update.png b/ert_gui/resources/gui/img/update.png similarity index 100% rename from share/ert/gui/img/update.png rename to ert_gui/resources/gui/img/update.png diff --git a/python/python/ert_gui/shell/CMakeLists.txt b/ert_gui/shell/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/shell/CMakeLists.txt rename to ert_gui/shell/CMakeLists.txt diff --git a/python/python/ert_gui/shell/__init__.py b/ert_gui/shell/__init__.py similarity index 100% rename from python/python/ert_gui/shell/__init__.py rename to ert_gui/shell/__init__.py diff --git a/python/python/ert_gui/shell/analysis_module.py b/ert_gui/shell/analysis_module.py similarity index 100% rename from python/python/ert_gui/shell/analysis_module.py rename to ert_gui/shell/analysis_module.py diff --git a/python/python/ert_gui/shell/cases.py b/ert_gui/shell/cases.py similarity index 100% rename from python/python/ert_gui/shell/cases.py rename to ert_gui/shell/cases.py diff --git a/python/python/ert_gui/shell/custom_kw_keys.py b/ert_gui/shell/custom_kw_keys.py similarity index 100% rename from python/python/ert_gui/shell/custom_kw_keys.py rename to ert_gui/shell/custom_kw_keys.py diff --git a/python/python/ert_gui/shell/debug.py b/ert_gui/shell/debug.py similarity index 100% rename from python/python/ert_gui/shell/debug.py rename to ert_gui/shell/debug.py diff --git a/python/python/ert_gui/shell/ert_shell_collection.py b/ert_gui/shell/ert_shell_collection.py similarity index 100% rename from python/python/ert_gui/shell/ert_shell_collection.py rename to ert_gui/shell/ert_shell_collection.py diff --git a/python/python/ert_gui/shell/ert_shell_context.py b/ert_gui/shell/ert_shell_context.py similarity index 100% rename from python/python/ert_gui/shell/ert_shell_context.py rename to ert_gui/shell/ert_shell_context.py diff --git a/python/python/ert_gui/shell/ertshell.py b/ert_gui/shell/ertshell.py similarity index 100% rename from python/python/ert_gui/shell/ertshell.py rename to ert_gui/shell/ertshell.py diff --git a/python/python/ert_gui/shell/export.py b/ert_gui/shell/export.py similarity index 100% rename from python/python/ert_gui/shell/export.py rename to ert_gui/shell/export.py diff --git a/python/python/ert_gui/shell/gen_data_keys.py b/ert_gui/shell/gen_data_keys.py similarity index 100% rename from python/python/ert_gui/shell/gen_data_keys.py rename to ert_gui/shell/gen_data_keys.py diff --git a/python/python/ert_gui/shell/gen_kw_keys.py b/ert_gui/shell/gen_kw_keys.py similarity index 100% rename from python/python/ert_gui/shell/gen_kw_keys.py rename to ert_gui/shell/gen_kw_keys.py diff --git a/python/python/ert_gui/shell/libshell/CMakeLists.txt b/ert_gui/shell/libshell/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/shell/libshell/CMakeLists.txt rename to ert_gui/shell/libshell/CMakeLists.txt diff --git a/python/python/ert_gui/shell/libshell/__init__.py b/ert_gui/shell/libshell/__init__.py similarity index 100% rename from python/python/ert_gui/shell/libshell/__init__.py rename to ert_gui/shell/libshell/__init__.py diff --git a/python/python/ert_gui/shell/libshell/shell_collection.py b/ert_gui/shell/libshell/shell_collection.py similarity index 100% rename from python/python/ert_gui/shell/libshell/shell_collection.py rename to ert_gui/shell/libshell/shell_collection.py diff --git a/python/python/ert_gui/shell/libshell/shell_context.py b/ert_gui/shell/libshell/shell_context.py similarity index 100% rename from python/python/ert_gui/shell/libshell/shell_context.py rename to ert_gui/shell/libshell/shell_context.py diff --git a/python/python/ert_gui/shell/libshell/shell_function.py b/ert_gui/shell/libshell/shell_function.py similarity index 100% rename from python/python/ert_gui/shell/libshell/shell_function.py rename to ert_gui/shell/libshell/shell_function.py diff --git a/python/python/ert_gui/shell/libshell/shell_path_tools.py b/ert_gui/shell/libshell/shell_path_tools.py similarity index 100% rename from python/python/ert_gui/shell/libshell/shell_path_tools.py rename to ert_gui/shell/libshell/shell_path_tools.py diff --git a/python/python/ert_gui/shell/libshell/shell_property.py b/ert_gui/shell/libshell/shell_property.py similarity index 100% rename from python/python/ert_gui/shell/libshell/shell_property.py rename to ert_gui/shell/libshell/shell_property.py diff --git a/python/python/ert_gui/shell/libshell/shell_tools.py b/ert_gui/shell/libshell/shell_tools.py similarity index 100% rename from python/python/ert_gui/shell/libshell/shell_tools.py rename to ert_gui/shell/libshell/shell_tools.py diff --git a/python/python/ert_gui/shell/observations.py b/ert_gui/shell/observations.py similarity index 100% rename from python/python/ert_gui/shell/observations.py rename to ert_gui/shell/observations.py diff --git a/python/python/ert_gui/shell/plot_settings.py b/ert_gui/shell/plot_settings.py similarity index 100% rename from python/python/ert_gui/shell/plot_settings.py rename to ert_gui/shell/plot_settings.py diff --git a/python/python/ert_gui/shell/plugins.py b/ert_gui/shell/plugins.py similarity index 100% rename from python/python/ert_gui/shell/plugins.py rename to ert_gui/shell/plugins.py diff --git a/python/python/ert_gui/shell/results.py b/ert_gui/shell/results.py similarity index 100% rename from python/python/ert_gui/shell/results.py rename to ert_gui/shell/results.py diff --git a/python/python/ert_gui/shell/shell_plot.py b/ert_gui/shell/shell_plot.py similarity index 100% rename from python/python/ert_gui/shell/shell_plot.py rename to ert_gui/shell/shell_plot.py diff --git a/python/python/ert_gui/shell/simulations.py b/ert_gui/shell/simulations.py similarity index 100% rename from python/python/ert_gui/shell/simulations.py rename to ert_gui/shell/simulations.py diff --git a/python/python/ert_gui/shell/smoother.py b/ert_gui/shell/smoother.py similarity index 100% rename from python/python/ert_gui/shell/smoother.py rename to ert_gui/shell/smoother.py diff --git a/python/python/ert_gui/shell/storage.py b/ert_gui/shell/storage.py similarity index 100% rename from python/python/ert_gui/shell/storage.py rename to ert_gui/shell/storage.py diff --git a/python/python/ert_gui/shell/summary_keys.py b/ert_gui/shell/summary_keys.py similarity index 100% rename from python/python/ert_gui/shell/summary_keys.py rename to ert_gui/shell/summary_keys.py diff --git a/python/python/ert_gui/shell/workflows.py b/ert_gui/shell/workflows.py similarity index 100% rename from python/python/ert_gui/shell/workflows.py rename to ert_gui/shell/workflows.py diff --git a/python/python/ert_gui/simulation/CMakeLists.txt b/ert_gui/simulation/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/simulation/CMakeLists.txt rename to ert_gui/simulation/CMakeLists.txt diff --git a/python/python/ert_gui/simulation/__init__.py b/ert_gui/simulation/__init__.py similarity index 100% rename from python/python/ert_gui/simulation/__init__.py rename to ert_gui/simulation/__init__.py diff --git a/python/python/ert_gui/simulation/detailed_progress.py b/ert_gui/simulation/detailed_progress.py similarity index 100% rename from python/python/ert_gui/simulation/detailed_progress.py rename to ert_gui/simulation/detailed_progress.py diff --git a/python/python/ert_gui/simulation/ensemble_experiment_panel.py b/ert_gui/simulation/ensemble_experiment_panel.py similarity index 100% rename from python/python/ert_gui/simulation/ensemble_experiment_panel.py rename to ert_gui/simulation/ensemble_experiment_panel.py diff --git a/python/python/ert_gui/simulation/ensemble_smoother_panel.py b/ert_gui/simulation/ensemble_smoother_panel.py similarity index 100% rename from python/python/ert_gui/simulation/ensemble_smoother_panel.py rename to ert_gui/simulation/ensemble_smoother_panel.py diff --git a/python/python/ert_gui/simulation/iterated_ensemble_smoother_panel.py b/ert_gui/simulation/iterated_ensemble_smoother_panel.py similarity index 100% rename from python/python/ert_gui/simulation/iterated_ensemble_smoother_panel.py rename to ert_gui/simulation/iterated_ensemble_smoother_panel.py diff --git a/python/python/ert_gui/simulation/models/CMakeLists.txt b/ert_gui/simulation/models/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/simulation/models/CMakeLists.txt rename to ert_gui/simulation/models/CMakeLists.txt diff --git a/python/python/ert_gui/simulation/models/__init__.py b/ert_gui/simulation/models/__init__.py similarity index 100% rename from python/python/ert_gui/simulation/models/__init__.py rename to ert_gui/simulation/models/__init__.py diff --git a/python/python/ert_gui/simulation/models/base_run_model.py b/ert_gui/simulation/models/base_run_model.py similarity index 100% rename from python/python/ert_gui/simulation/models/base_run_model.py rename to ert_gui/simulation/models/base_run_model.py diff --git a/python/python/ert_gui/simulation/models/ensemble_experiment.py b/ert_gui/simulation/models/ensemble_experiment.py similarity index 100% rename from python/python/ert_gui/simulation/models/ensemble_experiment.py rename to ert_gui/simulation/models/ensemble_experiment.py diff --git a/python/python/ert_gui/simulation/models/ensemble_smoother.py b/ert_gui/simulation/models/ensemble_smoother.py similarity index 100% rename from python/python/ert_gui/simulation/models/ensemble_smoother.py rename to ert_gui/simulation/models/ensemble_smoother.py diff --git a/python/python/ert_gui/simulation/models/iterated_ensemble_smoother.py b/ert_gui/simulation/models/iterated_ensemble_smoother.py similarity index 100% rename from python/python/ert_gui/simulation/models/iterated_ensemble_smoother.py rename to ert_gui/simulation/models/iterated_ensemble_smoother.py diff --git a/python/python/ert_gui/simulation/models/multiple_data_assimilation.py b/ert_gui/simulation/models/multiple_data_assimilation.py similarity index 100% rename from python/python/ert_gui/simulation/models/multiple_data_assimilation.py rename to ert_gui/simulation/models/multiple_data_assimilation.py diff --git a/python/python/ert_gui/simulation/models/simulations_tracker.py b/ert_gui/simulation/models/simulations_tracker.py similarity index 100% rename from python/python/ert_gui/simulation/models/simulations_tracker.py rename to ert_gui/simulation/models/simulations_tracker.py diff --git a/python/python/ert_gui/simulation/models/single_test_run.py b/ert_gui/simulation/models/single_test_run.py similarity index 100% rename from python/python/ert_gui/simulation/models/single_test_run.py rename to ert_gui/simulation/models/single_test_run.py diff --git a/python/python/ert_gui/simulation/multiple_data_assimilation_panel.py b/ert_gui/simulation/multiple_data_assimilation_panel.py similarity index 100% rename from python/python/ert_gui/simulation/multiple_data_assimilation_panel.py rename to ert_gui/simulation/multiple_data_assimilation_panel.py diff --git a/python/python/ert_gui/simulation/progress.py b/ert_gui/simulation/progress.py similarity index 100% rename from python/python/ert_gui/simulation/progress.py rename to ert_gui/simulation/progress.py diff --git a/python/python/ert_gui/simulation/run_dialog.py b/ert_gui/simulation/run_dialog.py similarity index 100% rename from python/python/ert_gui/simulation/run_dialog.py rename to ert_gui/simulation/run_dialog.py diff --git a/python/python/ert_gui/simulation/simple_progress.py b/ert_gui/simulation/simple_progress.py similarity index 100% rename from python/python/ert_gui/simulation/simple_progress.py rename to ert_gui/simulation/simple_progress.py diff --git a/python/python/ert_gui/simulation/simulation_config_panel.py b/ert_gui/simulation/simulation_config_panel.py similarity index 100% rename from python/python/ert_gui/simulation/simulation_config_panel.py rename to ert_gui/simulation/simulation_config_panel.py diff --git a/python/python/ert_gui/simulation/simulation_panel.py b/ert_gui/simulation/simulation_panel.py similarity index 100% rename from python/python/ert_gui/simulation/simulation_panel.py rename to ert_gui/simulation/simulation_panel.py diff --git a/python/python/ert_gui/simulation/single_test_run_panel.py b/ert_gui/simulation/single_test_run_panel.py similarity index 100% rename from python/python/ert_gui/simulation/single_test_run_panel.py rename to ert_gui/simulation/single_test_run_panel.py diff --git a/python/python/ert_gui/tools/CMakeLists.txt b/ert_gui/tools/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/CMakeLists.txt rename to ert_gui/tools/CMakeLists.txt diff --git a/python/python/ert_gui/tools/__init__.py b/ert_gui/tools/__init__.py similarity index 100% rename from python/python/ert_gui/tools/__init__.py rename to ert_gui/tools/__init__.py diff --git a/python/python/ert_gui/tools/export/CMakeLists.txt b/ert_gui/tools/export/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/export/CMakeLists.txt rename to ert_gui/tools/export/CMakeLists.txt diff --git a/python/python/ert_gui/tools/export/__init__.py b/ert_gui/tools/export/__init__.py similarity index 100% rename from python/python/ert_gui/tools/export/__init__.py rename to ert_gui/tools/export/__init__.py diff --git a/python/python/ert_gui/tools/export/export_keyword_model.py b/ert_gui/tools/export/export_keyword_model.py similarity index 100% rename from python/python/ert_gui/tools/export/export_keyword_model.py rename to ert_gui/tools/export/export_keyword_model.py diff --git a/python/python/ert_gui/tools/export/export_model.py b/ert_gui/tools/export/export_model.py similarity index 100% rename from python/python/ert_gui/tools/export/export_model.py rename to ert_gui/tools/export/export_model.py diff --git a/python/python/ert_gui/tools/export/export_panel.py b/ert_gui/tools/export/export_panel.py similarity index 100% rename from python/python/ert_gui/tools/export/export_panel.py rename to ert_gui/tools/export/export_panel.py diff --git a/python/python/ert_gui/tools/export/export_tool.py b/ert_gui/tools/export/export_tool.py similarity index 100% rename from python/python/ert_gui/tools/export/export_tool.py rename to ert_gui/tools/export/export_tool.py diff --git a/python/python/ert_gui/tools/export/exporter.py b/ert_gui/tools/export/exporter.py similarity index 100% rename from python/python/ert_gui/tools/export/exporter.py rename to ert_gui/tools/export/exporter.py diff --git a/python/python/ert_gui/tools/help/CMakeLists.txt b/ert_gui/tools/help/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/help/CMakeLists.txt rename to ert_gui/tools/help/CMakeLists.txt diff --git a/python/python/ert_gui/tools/help/__init__.py b/ert_gui/tools/help/__init__.py similarity index 100% rename from python/python/ert_gui/tools/help/__init__.py rename to ert_gui/tools/help/__init__.py diff --git a/python/python/ert_gui/tools/help/help_tool.py b/ert_gui/tools/help/help_tool.py similarity index 100% rename from python/python/ert_gui/tools/help/help_tool.py rename to ert_gui/tools/help/help_tool.py diff --git a/python/python/ert_gui/tools/help/help_window.py b/ert_gui/tools/help/help_window.py similarity index 100% rename from python/python/ert_gui/tools/help/help_window.py rename to ert_gui/tools/help/help_window.py diff --git a/python/python/ert_gui/tools/help_center.py b/ert_gui/tools/help_center.py similarity index 100% rename from python/python/ert_gui/tools/help_center.py rename to ert_gui/tools/help_center.py diff --git a/python/python/ert_gui/tools/ide/CMakeLists.txt b/ert_gui/tools/ide/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/ide/CMakeLists.txt rename to ert_gui/tools/ide/CMakeLists.txt diff --git a/python/python/ert_gui/tools/ide/__init__.py b/ert_gui/tools/ide/__init__.py similarity index 100% rename from python/python/ert_gui/tools/ide/__init__.py rename to ert_gui/tools/ide/__init__.py diff --git a/python/python/ert_gui/tools/ide/configuration_panel.py b/ert_gui/tools/ide/configuration_panel.py similarity index 100% rename from python/python/ert_gui/tools/ide/configuration_panel.py rename to ert_gui/tools/ide/configuration_panel.py diff --git a/python/python/ert_gui/tools/ide/ide_panel.py b/ert_gui/tools/ide/ide_panel.py similarity index 100% rename from python/python/ert_gui/tools/ide/ide_panel.py rename to ert_gui/tools/ide/ide_panel.py diff --git a/python/python/ert_gui/tools/ide/ide_tool.py b/ert_gui/tools/ide/ide_tool.py similarity index 100% rename from python/python/ert_gui/tools/ide/ide_tool.py rename to ert_gui/tools/ide/ide_tool.py diff --git a/python/python/ert_gui/tools/ide/ide_window.py b/ert_gui/tools/ide/ide_window.py similarity index 100% rename from python/python/ert_gui/tools/ide/ide_window.py rename to ert_gui/tools/ide/ide_window.py diff --git a/python/python/ert_gui/tools/load_results/CMakeLists.txt b/ert_gui/tools/load_results/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/load_results/CMakeLists.txt rename to ert_gui/tools/load_results/CMakeLists.txt diff --git a/python/python/ert_gui/tools/load_results/__init__.py b/ert_gui/tools/load_results/__init__.py similarity index 100% rename from python/python/ert_gui/tools/load_results/__init__.py rename to ert_gui/tools/load_results/__init__.py diff --git a/python/python/ert_gui/tools/load_results/load_results_model.py b/ert_gui/tools/load_results/load_results_model.py similarity index 100% rename from python/python/ert_gui/tools/load_results/load_results_model.py rename to ert_gui/tools/load_results/load_results_model.py diff --git a/python/python/ert_gui/tools/load_results/load_results_panel.py b/ert_gui/tools/load_results/load_results_panel.py similarity index 100% rename from python/python/ert_gui/tools/load_results/load_results_panel.py rename to ert_gui/tools/load_results/load_results_panel.py diff --git a/python/python/ert_gui/tools/load_results/load_results_tool.py b/ert_gui/tools/load_results/load_results_tool.py similarity index 100% rename from python/python/ert_gui/tools/load_results/load_results_tool.py rename to ert_gui/tools/load_results/load_results_tool.py diff --git a/python/python/ert_gui/tools/manage_cases/CMakeLists.txt b/ert_gui/tools/manage_cases/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/manage_cases/CMakeLists.txt rename to ert_gui/tools/manage_cases/CMakeLists.txt diff --git a/python/python/ert_gui/tools/manage_cases/__init__.py b/ert_gui/tools/manage_cases/__init__.py similarity index 100% rename from python/python/ert_gui/tools/manage_cases/__init__.py rename to ert_gui/tools/manage_cases/__init__.py diff --git a/python/python/ert_gui/tools/manage_cases/case_init_configuration.py b/ert_gui/tools/manage_cases/case_init_configuration.py similarity index 100% rename from python/python/ert_gui/tools/manage_cases/case_init_configuration.py rename to ert_gui/tools/manage_cases/case_init_configuration.py diff --git a/python/python/ert_gui/tools/manage_cases/manage_cases_tool.py b/ert_gui/tools/manage_cases/manage_cases_tool.py similarity index 100% rename from python/python/ert_gui/tools/manage_cases/manage_cases_tool.py rename to ert_gui/tools/manage_cases/manage_cases_tool.py diff --git a/python/python/ert_gui/tools/plot/CMakeLists.txt b/ert_gui/tools/plot/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/plot/CMakeLists.txt rename to ert_gui/tools/plot/CMakeLists.txt diff --git a/python/python/ert_gui/tools/plot/__init__.py b/ert_gui/tools/plot/__init__.py similarity index 100% rename from python/python/ert_gui/tools/plot/__init__.py rename to ert_gui/tools/plot/__init__.py diff --git a/python/python/ert_gui/tools/plot/color_chooser.py b/ert_gui/tools/plot/color_chooser.py similarity index 100% rename from python/python/ert_gui/tools/plot/color_chooser.py rename to ert_gui/tools/plot/color_chooser.py diff --git a/python/python/ert_gui/tools/plot/customize/CMakeLists.txt b/ert_gui/tools/plot/customize/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/plot/customize/CMakeLists.txt rename to ert_gui/tools/plot/customize/CMakeLists.txt diff --git a/python/python/ert_gui/tools/plot/customize/__init__.py b/ert_gui/tools/plot/customize/__init__.py similarity index 100% rename from python/python/ert_gui/tools/plot/customize/__init__.py rename to ert_gui/tools/plot/customize/__init__.py diff --git a/python/python/ert_gui/tools/plot/customize/customization_view.py b/ert_gui/tools/plot/customize/customization_view.py similarity index 100% rename from python/python/ert_gui/tools/plot/customize/customization_view.py rename to ert_gui/tools/plot/customize/customization_view.py diff --git a/python/python/ert_gui/tools/plot/customize/customize_plot_dialog.py b/ert_gui/tools/plot/customize/customize_plot_dialog.py similarity index 100% rename from python/python/ert_gui/tools/plot/customize/customize_plot_dialog.py rename to ert_gui/tools/plot/customize/customize_plot_dialog.py diff --git a/python/python/ert_gui/tools/plot/customize/default_customization_view.py b/ert_gui/tools/plot/customize/default_customization_view.py similarity index 100% rename from python/python/ert_gui/tools/plot/customize/default_customization_view.py rename to ert_gui/tools/plot/customize/default_customization_view.py diff --git a/python/python/ert_gui/tools/plot/customize/limits_customization_view.py b/ert_gui/tools/plot/customize/limits_customization_view.py similarity index 100% rename from python/python/ert_gui/tools/plot/customize/limits_customization_view.py rename to ert_gui/tools/plot/customize/limits_customization_view.py diff --git a/python/python/ert_gui/tools/plot/customize/statistics_customization_view.py b/ert_gui/tools/plot/customize/statistics_customization_view.py similarity index 100% rename from python/python/ert_gui/tools/plot/customize/statistics_customization_view.py rename to ert_gui/tools/plot/customize/statistics_customization_view.py diff --git a/python/python/ert_gui/tools/plot/customize/style_customization_view.py b/ert_gui/tools/plot/customize/style_customization_view.py similarity index 100% rename from python/python/ert_gui/tools/plot/customize/style_customization_view.py rename to ert_gui/tools/plot/customize/style_customization_view.py diff --git a/python/python/ert_gui/tools/plot/data_type_keys_list_model.py b/ert_gui/tools/plot/data_type_keys_list_model.py similarity index 100% rename from python/python/ert_gui/tools/plot/data_type_keys_list_model.py rename to ert_gui/tools/plot/data_type_keys_list_model.py diff --git a/python/python/ert_gui/tools/plot/data_type_keys_widget.py b/ert_gui/tools/plot/data_type_keys_widget.py similarity index 100% rename from python/python/ert_gui/tools/plot/data_type_keys_widget.py rename to ert_gui/tools/plot/data_type_keys_widget.py diff --git a/python/python/ert_gui/tools/plot/data_type_proxy_model.py b/ert_gui/tools/plot/data_type_proxy_model.py similarity index 100% rename from python/python/ert_gui/tools/plot/data_type_proxy_model.py rename to ert_gui/tools/plot/data_type_proxy_model.py diff --git a/python/python/ert_gui/tools/plot/filter_popup.py b/ert_gui/tools/plot/filter_popup.py similarity index 100% rename from python/python/ert_gui/tools/plot/filter_popup.py rename to ert_gui/tools/plot/filter_popup.py diff --git a/python/python/ert_gui/tools/plot/filterable_kw_list_model.py b/ert_gui/tools/plot/filterable_kw_list_model.py similarity index 100% rename from python/python/ert_gui/tools/plot/filterable_kw_list_model.py rename to ert_gui/tools/plot/filterable_kw_list_model.py diff --git a/python/python/ert_gui/tools/plot/plot_case_model.py b/ert_gui/tools/plot/plot_case_model.py similarity index 100% rename from python/python/ert_gui/tools/plot/plot_case_model.py rename to ert_gui/tools/plot/plot_case_model.py diff --git a/python/python/ert_gui/tools/plot/plot_case_selection_widget.py b/ert_gui/tools/plot/plot_case_selection_widget.py similarity index 100% rename from python/python/ert_gui/tools/plot/plot_case_selection_widget.py rename to ert_gui/tools/plot/plot_case_selection_widget.py diff --git a/python/python/ert_gui/tools/plot/plot_tool.py b/ert_gui/tools/plot/plot_tool.py similarity index 100% rename from python/python/ert_gui/tools/plot/plot_tool.py rename to ert_gui/tools/plot/plot_tool.py diff --git a/python/python/ert_gui/tools/plot/plot_widget.py b/ert_gui/tools/plot/plot_widget.py similarity index 100% rename from python/python/ert_gui/tools/plot/plot_widget.py rename to ert_gui/tools/plot/plot_widget.py diff --git a/python/python/ert_gui/tools/plot/plot_window.py b/ert_gui/tools/plot/plot_window.py similarity index 100% rename from python/python/ert_gui/tools/plot/plot_window.py rename to ert_gui/tools/plot/plot_window.py diff --git a/python/python/ert_gui/tools/plot/style_chooser.py b/ert_gui/tools/plot/style_chooser.py similarity index 100% rename from python/python/ert_gui/tools/plot/style_chooser.py rename to ert_gui/tools/plot/style_chooser.py diff --git a/python/python/ert_gui/tools/plot/widgets/CMakeLists.txt b/ert_gui/tools/plot/widgets/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/plot/widgets/CMakeLists.txt rename to ert_gui/tools/plot/widgets/CMakeLists.txt diff --git a/python/python/ert_gui/tools/plot/widgets/__init__.py b/ert_gui/tools/plot/widgets/__init__.py similarity index 100% rename from python/python/ert_gui/tools/plot/widgets/__init__.py rename to ert_gui/tools/plot/widgets/__init__.py diff --git a/python/python/ert_gui/tools/plot/widgets/clearable_line_edit.py b/ert_gui/tools/plot/widgets/clearable_line_edit.py similarity index 100% rename from python/python/ert_gui/tools/plot/widgets/clearable_line_edit.py rename to ert_gui/tools/plot/widgets/clearable_line_edit.py diff --git a/python/python/ert_gui/tools/plot/widgets/copy_style_to_dialog.py b/ert_gui/tools/plot/widgets/copy_style_to_dialog.py similarity index 100% rename from python/python/ert_gui/tools/plot/widgets/copy_style_to_dialog.py rename to ert_gui/tools/plot/widgets/copy_style_to_dialog.py diff --git a/python/python/ert_gui/tools/plot/widgets/custom_date_edit.py b/ert_gui/tools/plot/widgets/custom_date_edit.py similarity index 100% rename from python/python/ert_gui/tools/plot/widgets/custom_date_edit.py rename to ert_gui/tools/plot/widgets/custom_date_edit.py diff --git a/python/python/ert_gui/tools/plugins/CMakeLists.txt b/ert_gui/tools/plugins/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/plugins/CMakeLists.txt rename to ert_gui/tools/plugins/CMakeLists.txt diff --git a/python/python/ert_gui/tools/plugins/__init__.py b/ert_gui/tools/plugins/__init__.py similarity index 100% rename from python/python/ert_gui/tools/plugins/__init__.py rename to ert_gui/tools/plugins/__init__.py diff --git a/python/python/ert_gui/tools/plugins/plugin.py b/ert_gui/tools/plugins/plugin.py similarity index 100% rename from python/python/ert_gui/tools/plugins/plugin.py rename to ert_gui/tools/plugins/plugin.py diff --git a/python/python/ert_gui/tools/plugins/plugin_handler.py b/ert_gui/tools/plugins/plugin_handler.py similarity index 100% rename from python/python/ert_gui/tools/plugins/plugin_handler.py rename to ert_gui/tools/plugins/plugin_handler.py diff --git a/python/python/ert_gui/tools/plugins/plugin_runner.py b/ert_gui/tools/plugins/plugin_runner.py similarity index 100% rename from python/python/ert_gui/tools/plugins/plugin_runner.py rename to ert_gui/tools/plugins/plugin_runner.py diff --git a/python/python/ert_gui/tools/plugins/plugins_tool.py b/ert_gui/tools/plugins/plugins_tool.py similarity index 100% rename from python/python/ert_gui/tools/plugins/plugins_tool.py rename to ert_gui/tools/plugins/plugins_tool.py diff --git a/python/python/ert_gui/tools/plugins/process_job_dialog.py b/ert_gui/tools/plugins/process_job_dialog.py similarity index 100% rename from python/python/ert_gui/tools/plugins/process_job_dialog.py rename to ert_gui/tools/plugins/process_job_dialog.py diff --git a/python/python/ert_gui/tools/run_analysis/CMakeLists.txt b/ert_gui/tools/run_analysis/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/run_analysis/CMakeLists.txt rename to ert_gui/tools/run_analysis/CMakeLists.txt diff --git a/python/python/ert_gui/tools/run_analysis/__init__.py b/ert_gui/tools/run_analysis/__init__.py similarity index 100% rename from python/python/ert_gui/tools/run_analysis/__init__.py rename to ert_gui/tools/run_analysis/__init__.py diff --git a/python/python/ert_gui/tools/run_analysis/run_analysis_panel.py b/ert_gui/tools/run_analysis/run_analysis_panel.py similarity index 100% rename from python/python/ert_gui/tools/run_analysis/run_analysis_panel.py rename to ert_gui/tools/run_analysis/run_analysis_panel.py diff --git a/python/python/ert_gui/tools/run_analysis/run_analysis_tool.py b/ert_gui/tools/run_analysis/run_analysis_tool.py similarity index 100% rename from python/python/ert_gui/tools/run_analysis/run_analysis_tool.py rename to ert_gui/tools/run_analysis/run_analysis_tool.py diff --git a/python/python/ert_gui/tools/tool.py b/ert_gui/tools/tool.py similarity index 100% rename from python/python/ert_gui/tools/tool.py rename to ert_gui/tools/tool.py diff --git a/python/python/ert_gui/tools/workflows/CMakeLists.txt b/ert_gui/tools/workflows/CMakeLists.txt similarity index 100% rename from python/python/ert_gui/tools/workflows/CMakeLists.txt rename to ert_gui/tools/workflows/CMakeLists.txt diff --git a/python/python/ert_gui/tools/workflows/__init__.py b/ert_gui/tools/workflows/__init__.py similarity index 100% rename from python/python/ert_gui/tools/workflows/__init__.py rename to ert_gui/tools/workflows/__init__.py diff --git a/python/python/ert_gui/tools/workflows/run_workflow_widget.py b/ert_gui/tools/workflows/run_workflow_widget.py similarity index 100% rename from python/python/ert_gui/tools/workflows/run_workflow_widget.py rename to ert_gui/tools/workflows/run_workflow_widget.py diff --git a/python/python/ert_gui/tools/workflows/workflow_dialog.py b/ert_gui/tools/workflows/workflow_dialog.py similarity index 100% rename from python/python/ert_gui/tools/workflows/workflow_dialog.py rename to ert_gui/tools/workflows/workflow_dialog.py diff --git a/python/python/ert_gui/tools/workflows/workflows_tool.py b/ert_gui/tools/workflows/workflows_tool.py similarity index 100% rename from python/python/ert_gui/tools/workflows/workflows_tool.py rename to ert_gui/tools/workflows/workflows_tool.py diff --git a/setup.py b/setup.py index c6280061035..bacfd8ce61c 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,26 @@ from setuptools import setup, find_packages +import os +def package_files(directory): + paths = [] + for (path, directories, filenames) in os.walk(directory): + for filename in filenames: + paths.append(os.path.join('..', path, filename)) + return paths + +extra_files = package_files('ert_gui/resources/') setup( name='Ensemble Reservoir Tool', - use_scm_version={'root':'.' , 'write_to': 'python/python/ert_gui/version.py'}, - scripts=['bin/ert.in', 'python/python/bin/ert_cli'], - packages=find_packages(where="python/python") , - package_dir={'':'python/python'}, + use_scm_version={'root':'.' , 'write_to': 'ert_gui/version.py'}, + scripts=['bin/ert.in', 'bin/ert_cli'], + packages=find_packages(where=".") , + packages_dir='.', + package_data={'ert_gui' : extra_files}, + include_package_data=True, license='Open Source', long_description=open('README.md').read(), install_requires=[ diff --git a/python/tests/CMakeLists.txt b/tests/CMakeLists.txt similarity index 100% rename from python/tests/CMakeLists.txt rename to tests/CMakeLists.txt diff --git a/python/tests/__init__.py b/tests/__init__.py similarity index 100% rename from python/tests/__init__.py rename to tests/__init__.py diff --git a/python/tests/data/CMakeLists.txt b/tests/data/CMakeLists.txt similarity index 100% rename from python/tests/data/CMakeLists.txt rename to tests/data/CMakeLists.txt diff --git a/python/tests/data/__init__.py b/tests/data/__init__.py similarity index 100% rename from python/tests/data/__init__.py rename to tests/data/__init__.py diff --git a/python/tests/data/test_data.py b/tests/data/test_data.py similarity index 100% rename from python/tests/data/test_data.py rename to tests/data/test_data.py diff --git a/python/tests/global/CMakeLists.txt b/tests/global/CMakeLists.txt similarity index 100% rename from python/tests/global/CMakeLists.txt rename to tests/global/CMakeLists.txt diff --git a/python/tests/global/__init__.py b/tests/global/__init__.py similarity index 100% rename from python/tests/global/__init__.py rename to tests/global/__init__.py diff --git a/python/tests/global/test_cli.py b/tests/global/test_cli.py similarity index 100% rename from python/tests/global/test_cli.py rename to tests/global/test_cli.py diff --git a/python/tests/global/test_import_gui.py b/tests/global/test_import_gui.py similarity index 100% rename from python/tests/global/test_import_gui.py rename to tests/global/test_import_gui.py diff --git a/python/tests/global/test_import_plugins.py b/tests/global/test_import_plugins.py similarity index 100% rename from python/tests/global/test_import_plugins.py rename to tests/global/test_import_plugins.py diff --git a/python/tests/gui/CMakeLists.txt b/tests/gui/CMakeLists.txt similarity index 100% rename from python/tests/gui/CMakeLists.txt rename to tests/gui/CMakeLists.txt diff --git a/python/tests/gui/__init__.py b/tests/gui/__init__.py similarity index 100% rename from python/tests/gui/__init__.py rename to tests/gui/__init__.py diff --git a/python/tests/gui/ertshell/CMakeLists.txt b/tests/gui/ertshell/CMakeLists.txt similarity index 100% rename from python/tests/gui/ertshell/CMakeLists.txt rename to tests/gui/ertshell/CMakeLists.txt diff --git a/python/tests/gui/ertshell/__init__.py b/tests/gui/ertshell/__init__.py similarity index 100% rename from python/tests/gui/ertshell/__init__.py rename to tests/gui/ertshell/__init__.py diff --git a/python/tests/gui/ertshell/ert_shell_test_context.py b/tests/gui/ertshell/ert_shell_test_context.py similarity index 100% rename from python/tests/gui/ertshell/ert_shell_test_context.py rename to tests/gui/ertshell/ert_shell_test_context.py diff --git a/python/tests/gui/ertshell/test_ertshell_analysis.py b/tests/gui/ertshell/test_ertshell_analysis.py similarity index 100% rename from python/tests/gui/ertshell/test_ertshell_analysis.py rename to tests/gui/ertshell/test_ertshell_analysis.py diff --git a/python/tests/gui/ertshell/test_ertshell_context.py b/tests/gui/ertshell/test_ertshell_context.py similarity index 100% rename from python/tests/gui/ertshell/test_ertshell_context.py rename to tests/gui/ertshell/test_ertshell_context.py diff --git a/python/tests/gui/ertshell/test_ertshell_observations.py b/tests/gui/ertshell/test_ertshell_observations.py similarity index 100% rename from python/tests/gui/ertshell/test_ertshell_observations.py rename to tests/gui/ertshell/test_ertshell_observations.py diff --git a/python/tests/gui/ertshell/test_ertshell_plot_settings.py b/tests/gui/ertshell/test_ertshell_plot_settings.py similarity index 100% rename from python/tests/gui/ertshell/test_ertshell_plot_settings.py rename to tests/gui/ertshell/test_ertshell_plot_settings.py diff --git a/python/tests/gui/ertshell/test_ertshell_smoother.py b/tests/gui/ertshell/test_ertshell_smoother.py similarity index 100% rename from python/tests/gui/ertshell/test_ertshell_smoother.py rename to tests/gui/ertshell/test_ertshell_smoother.py diff --git a/python/tests/gui/ertshell/test_shell_collection.py b/tests/gui/ertshell/test_shell_collection.py similarity index 100% rename from python/tests/gui/ertshell/test_shell_collection.py rename to tests/gui/ertshell/test_shell_collection.py diff --git a/python/tests/gui/ertshell/test_shell_function.py b/tests/gui/ertshell/test_shell_function.py similarity index 100% rename from python/tests/gui/ertshell/test_shell_function.py rename to tests/gui/ertshell/test_shell_function.py diff --git a/python/tests/gui/ertshell/test_shell_property.py b/tests/gui/ertshell/test_shell_property.py similarity index 100% rename from python/tests/gui/ertshell/test_shell_property.py rename to tests/gui/ertshell/test_shell_property.py diff --git a/python/tests/gui/ide/CMakeLists.txt b/tests/gui/ide/CMakeLists.txt similarity index 100% rename from python/tests/gui/ide/CMakeLists.txt rename to tests/gui/ide/CMakeLists.txt diff --git a/python/tests/gui/ide/__init__.py b/tests/gui/ide/__init__.py similarity index 100% rename from python/tests/gui/ide/__init__.py rename to tests/gui/ide/__init__.py diff --git a/python/tests/gui/ide/test_bool_argument.py b/tests/gui/ide/test_bool_argument.py similarity index 100% rename from python/tests/gui/ide/test_bool_argument.py rename to tests/gui/ide/test_bool_argument.py diff --git a/python/tests/gui/ide/test_configuration_line.py b/tests/gui/ide/test_configuration_line.py similarity index 100% rename from python/tests/gui/ide/test_configuration_line.py rename to tests/gui/ide/test_configuration_line.py diff --git a/python/tests/gui/ide/test_configuration_line_builder.py b/tests/gui/ide/test_configuration_line_builder.py similarity index 100% rename from python/tests/gui/ide/test_configuration_line_builder.py rename to tests/gui/ide/test_configuration_line_builder.py diff --git a/python/tests/gui/ide/test_configuration_line_definition.py b/tests/gui/ide/test_configuration_line_definition.py similarity index 100% rename from python/tests/gui/ide/test_configuration_line_definition.py rename to tests/gui/ide/test_configuration_line_definition.py diff --git a/python/tests/gui/ide/test_configuration_line_parser.py b/tests/gui/ide/test_configuration_line_parser.py similarity index 100% rename from python/tests/gui/ide/test_configuration_line_parser.py rename to tests/gui/ide/test_configuration_line_parser.py diff --git a/python/tests/gui/ide/test_ert_keywords.py b/tests/gui/ide/test_ert_keywords.py similarity index 100% rename from python/tests/gui/ide/test_ert_keywords.py rename to tests/gui/ide/test_ert_keywords.py diff --git a/python/tests/gui/ide/test_float_argument.py b/tests/gui/ide/test_float_argument.py similarity index 100% rename from python/tests/gui/ide/test_float_argument.py rename to tests/gui/ide/test_float_argument.py diff --git a/python/tests/gui/ide/test_integer_argument.py b/tests/gui/ide/test_integer_argument.py similarity index 100% rename from python/tests/gui/ide/test_integer_argument.py rename to tests/gui/ide/test_integer_argument.py diff --git a/python/tests/gui/ide/test_path_argument.py b/tests/gui/ide/test_path_argument.py similarity index 100% rename from python/tests/gui/ide/test_path_argument.py rename to tests/gui/ide/test_path_argument.py diff --git a/python/tests/gui/ide/test_percent_argument.py b/tests/gui/ide/test_percent_argument.py similarity index 100% rename from python/tests/gui/ide/test_percent_argument.py rename to tests/gui/ide/test_percent_argument.py diff --git a/python/tests/gui/ide/test_proper_name_argument.py b/tests/gui/ide/test_proper_name_argument.py similarity index 100% rename from python/tests/gui/ide/test_proper_name_argument.py rename to tests/gui/ide/test_proper_name_argument.py diff --git a/python/tests/gui/ide/test_proper_name_format_argument.py b/tests/gui/ide/test_proper_name_format_argument.py similarity index 100% rename from python/tests/gui/ide/test_proper_name_format_argument.py rename to tests/gui/ide/test_proper_name_format_argument.py diff --git a/python/tests/gui/ide/test_proper_name_format_string_argument.py b/tests/gui/ide/test_proper_name_format_string_argument.py similarity index 100% rename from python/tests/gui/ide/test_proper_name_format_string_argument.py rename to tests/gui/ide/test_proper_name_format_string_argument.py diff --git a/python/tests/gui/ide/test_range_string_argument.py b/tests/gui/ide/test_range_string_argument.py similarity index 100% rename from python/tests/gui/ide/test_range_string_argument.py rename to tests/gui/ide/test_range_string_argument.py diff --git a/python/tests/gui/ide/test_tokens.py b/tests/gui/ide/test_tokens.py similarity index 100% rename from python/tests/gui/ide/test_tokens.py rename to tests/gui/ide/test_tokens.py diff --git a/python/tests/gui/ide/wizards/CMakeLists.txt b/tests/gui/ide/wizards/CMakeLists.txt similarity index 100% rename from python/tests/gui/ide/wizards/CMakeLists.txt rename to tests/gui/ide/wizards/CMakeLists.txt diff --git a/python/tests/gui/ide/wizards/__init__.py b/tests/gui/ide/wizards/__init__.py similarity index 100% rename from python/tests/gui/ide/wizards/__init__.py rename to tests/gui/ide/wizards/__init__.py diff --git a/python/tests/gui/ide/wizards/test_tree_structure.py b/tests/gui/ide/wizards/test_tree_structure.py similarity index 100% rename from python/tests/gui/ide/wizards/test_tree_structure.py rename to tests/gui/ide/wizards/test_tree_structure.py diff --git a/python/tests/gui/models/CMakeLists.txt b/tests/gui/models/CMakeLists.txt similarity index 100% rename from python/tests/gui/models/CMakeLists.txt rename to tests/gui/models/CMakeLists.txt diff --git a/python/tests/gui/models/__init__.py b/tests/gui/models/__init__.py similarity index 100% rename from python/tests/gui/models/__init__.py rename to tests/gui/models/__init__.py diff --git a/python/tests/gui/models/test_base_run_model.py b/tests/gui/models/test_base_run_model.py similarity index 100% rename from python/tests/gui/models/test_base_run_model.py rename to tests/gui/models/test_base_run_model.py diff --git a/python/tests/gui/plottery/CMakeLists.txt b/tests/gui/plottery/CMakeLists.txt similarity index 100% rename from python/tests/gui/plottery/CMakeLists.txt rename to tests/gui/plottery/CMakeLists.txt diff --git a/python/tests/gui/plottery/__init__.py b/tests/gui/plottery/__init__.py similarity index 100% rename from python/tests/gui/plottery/__init__.py rename to tests/gui/plottery/__init__.py diff --git a/python/tests/gui/plottery/test_plot_config_history.py b/tests/gui/plottery/test_plot_config_history.py similarity index 100% rename from python/tests/gui/plottery/test_plot_config_history.py rename to tests/gui/plottery/test_plot_config_history.py diff --git a/python/tests/gui/plottery/test_plot_limits.py b/tests/gui/plottery/test_plot_limits.py similarity index 100% rename from python/tests/gui/plottery/test_plot_limits.py rename to tests/gui/plottery/test_plot_limits.py diff --git a/python/tests/gui/plottery/test_plot_style.py b/tests/gui/plottery/test_plot_style.py similarity index 100% rename from python/tests/gui/plottery/test_plot_style.py rename to tests/gui/plottery/test_plot_style.py diff --git a/python/tests/gui/test_multiple_data_assimilation.py b/tests/gui/test_multiple_data_assimilation.py similarity index 100% rename from python/tests/gui/test_multiple_data_assimilation.py rename to tests/gui/test_multiple_data_assimilation.py diff --git a/python/tests/install/test_install.py b/tests/install/test_install.py similarity index 100% rename from python/tests/install/test_install.py rename to tests/install/test_install.py diff --git a/python/tests/test_install.in b/tests/test_install.in similarity index 100% rename from python/tests/test_install.in rename to tests/test_install.in