Mercurial > parpg-source
view bGrease/controller/__init__.py @ 124:ef24560eb920
Fixed bug that dropping an item onto another would not set the drag_data to the replaced item, which caused this to be lost.
author | KarstenBock@gmx.net |
---|---|
date | Thu, 06 Oct 2011 16:08:00 +0200 |
parents | e856b604b650 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement