From 21a2ce024690f0c4214f51cddf82ea6b563da02b Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Thu, 8 Feb 2018 14:33:04 -0300 Subject: [PATCH] Renamed moulder/interactive.py -> moulder/moulder.py --- moulder/main_window.py | 2 +- moulder/{interactive.py => moulder.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename moulder/{interactive.py => moulder.py} (100%) 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