Mercurial > parpg-source
view grease/controller/__init__.py @ 7:710f299ed275
Made sure that the modules in the current directory are imported, and not those
in the python path
author | KarstenBock@gmx.net |
---|---|
date | Tue, 12 Jul 2011 12:30:41 +0200 |
parents | bc88f7d5ca8b |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from grease.controller.integrator import EulerMovement