typo errors in install packages
Brought to you by:
mcfletch
OpenGLContext/browser/confignodes.py
line 32
CONTROL_MODIFIER_NAMES = {'control':1,'ctrl':1,'ctl':1,'c'}
should be
CONTROL_MODIFIER_NAMES = {'control':1,'ctrl':1,'ctl':1,'c':1}
line 55
self.addEventHandler( 'mousebutton', button=0, state = 1,
modifiers=(0,0,1), function=self.startExamineMode)
indention is wrong which leads to compile error
mail:
cleanerx@au.hadiko.de