Mercurial > parpg-source
comparison bGrease/impl/world.py @ 65:e856b604b650
Changed "import bGrease" to "import parpg.bGrease".
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 16:10:14 +0200 |
parents | ff3e395abf91 |
children |
comparison
equal
deleted
inserted
replaced
64:b73050f98411 | 65:e856b604b650 |
---|---|
24 __version__ = '$Id$' | 24 __version__ = '$Id$' |
25 | 25 |
26 import itertools | 26 import itertools |
27 import pyglet | 27 import pyglet |
28 from pyglet import gl | 28 from pyglet import gl |
29 from bGrease.world import * | 29 from parpg.bGrease.world import * |
30 from bGrease.impl import Mode | 30 from parpg.bGrease.impl import Mode |
31 | 31 |
32 class World(Mode, BaseWorld): | 32 class World(Mode, BaseWorld): |
33 """A coordinated collection of components, systems and entities | 33 """A coordinated collection of components, systems and entities |
34 | 34 |
35 A world is also a mode that may be pushed onto a | 35 A world is also a mode that may be pushed onto a |