Commit ad4acb50 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix sys.path trick in gcodeviewer.py

parent a8eb1d2b
...@@ -22,7 +22,7 @@ logging.basicConfig(level=logging.INFO) ...@@ -22,7 +22,7 @@ logging.basicConfig(level=logging.INFO)
import wx import wx
sys.path.append(os.path.join(os.path.abspath(__file__), "..")) sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
from printrun.gcview import GcodeViewFrame from printrun.gcview import GcodeViewFrame
from printrun import gcoder from printrun import gcoder
......
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