On Sun, Apr 18, 2010 at 2:59 AM, Casey Duncan <[email protected]> wrote:
> My understanding was that most of the import trickery was to work
> around circular import problems, but I could be wrong in this case.
The import trickery is to allow users to "import pyglet" and then
refer to any sub-module with no further imports; but without requiring
that the "pyglet" module actually import all those sub-modules until
they're needed.
Richard
--
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en.