Renamed moulder/interactive.py -> moulder/moulder.py

This commit is contained in:
Santiago Soler
2018-02-08 14:33:04 -03:00
parent a0aedfe432
commit 21a2ce0246
2 changed files with 1 additions and 1 deletions

View File

@@ -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]