diff --git a/moulder/main_window.py b/moulder/main_window.py index 65f5f4d..18f84ab 100644 --- a/moulder/main_window.py +++ b/moulder/main_window.py @@ -11,7 +11,7 @@ from PyQt5.QtWidgets import QWidget, QVBoxLayout, QMessageBox, QDoubleSpinBox from PyQt5.QtWidgets import QSlider, QLabel from .double_slider import QDoubleSlider -from .interactive import Moulder +from .moulder import Moulder from .configure_dialog import ConfigureMeassurementDialog DENSITY_RANGE = [-2000, 2000] diff --git a/moulder/interactive.py b/moulder/moulder.py similarity index 100% rename from moulder/interactive.py rename to moulder/moulder.py