Mercurial > parpg-core
view src/parpg/grease/controller/__init__.py @ 46:3bacef35b252
get_free_slot no raises an exception instead of appending a slot to the container.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 02 Sep 2011 12:54:43 +0200 |
parents | 09b581087d68 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from grease.controller.integrator import EulerMovement