Commit f80f3b36 authored by Guillaume Seguin's avatar Guillaume Seguin

Move printrun/pronterface_widgets.py to printrun/gui/widgets.py

parent 2480aa10
......@@ -18,7 +18,7 @@ import wx
from .xybuttons import XYButtons, XYButtonsMini
from .zbuttons import ZButtons, ZButtonsMini
from .graph import Graph
from printrun.pronterface_widgets import TempGauge
from .widgets import TempGauge
from wx.lib.agw.floatspin import FloatSpin
from .utils import make_button, make_custom_button
......
......@@ -45,7 +45,7 @@ except:
logging.error(_("WX is not installed. This program requires WX to run."))
raise
from printrun.pronterface_widgets import SpecialButton, MacroEditor, \
from printrun.gui.widgets import SpecialButton, MacroEditor, \
PronterOptions, ButtonEdit
from serial import SerialException
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment