chiark / gitweb /
Split gui to gui and util directories.
[cura.git] / Cura / gui / configWizard.py
index 8d72d39e0b088c5bdd6151271ff251855f9fdb81..923f5a14473e61bad2f57ca14d2ce7d15edcce11 100644 (file)
@@ -5,7 +5,7 @@ import wx, os, platform, types, webbrowser, threading, time, re
 import wx.wizard\r
 \r
 from gui import machineCom\r
-from gui import profile\r
+from util import profile\r
 \r
 class InfoPage(wx.wizard.WizardPageSimple):\r
        def __init__(self, parent, title):\r