Commit c8138998 authored by Guillaume Seguin's avatar Guillaume Seguin

Merge /home/ixce/Printrun into experimental

parents 5ec2ec1c e3a2f86b
...@@ -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