Commit e3a2f86b authored by Guillaume Seguin's avatar Guillaume Seguin

Import from local path in gcview

parent 1b8aaff8
...@@ -27,9 +27,9 @@ pyglet.options['debug_gl'] = True ...@@ -27,9 +27,9 @@ pyglet.options['debug_gl'] = True
from pyglet.gl import * from pyglet.gl import *
from pyglet import gl from pyglet import gl
from printrun import gcoder from . import gcoder
from printrun import stltool from . import stltool
from printrun.libtatlin import actors from .libtatlin import actors
class wxGLPanel(wx.Panel): class wxGLPanel(wx.Panel):
'''A simple class for using OpenGL with wxPython.''' '''A simple class for using OpenGL with wxPython.'''
......
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