Package pygext :: Package gl :: Module all
[frames | no frames]

Module pygext.gl.all

A convenience module for importing all essential pygext.gl symbols.

The purpose of this module is to import all pygext.gl symbols so that users of this framework don't have to learn the deep package structure. Pretty much all names that are supposed to be accessed directly can be found in this module (the sub-modules are designed with this in mind, so there will be no internal naming conflicts).

You can safely do: from pygext.gl.all import * or if you don't want a huge amount of names to your global namespace: import pygext.gl.all as pgl.
Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 http://epydoc.sf.net