Mercurial > parpg-core
diff src/parpg/entities/character.py @ 66:96af64cf3b81
Renamed grease to bGrease (Basic Grease) to get rid of conflicts with an already installed grease.
author | KarstenBock@gmx.net |
---|---|
date | Mon, 05 Sep 2011 15:00:34 +0200 |
parents | 565ceb192cb9 |
children | d7286cba42df |
line wrap: on
line diff
--- a/src/parpg/entities/character.py Mon Sep 05 14:49:45 2011 +0200 +++ b/src/parpg/entities/character.py Mon Sep 05 15:00:34 2011 +0200 @@ -11,8 +11,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -from parpg.grease import Entity -from parpg.grease.geometry import Vec2d +from bGrease import Entity +from bGrease.geometry import Vec2d class Character(Entity): def __init__(self, world, view_name, real_name, desc, statistics, max_bulk,