[PyOpenGL-Devel] [ pyopengl-Bugs-2624787 ] 'posix ' should be 'posix'
Brought to you by:
mcfletch
From: SourceForge.net <no...@so...> - 2009-02-21 18:12:34
|
Bugs item #2624787, was opened at 2009-02-21 18:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=2624787&group_id=5988 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: GL Group: v3.0.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: 'posix ' should be 'posix' Initial Comment: in OpenGL/__init__.py, the line below has an extra space after posix, meaning it doesn't match. PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=2624787&group_id=5988 |