Mercurial > parpg-source
diff components/fifeagent.py @ 41:ff3e395abf91
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 | a236fff5feea |
children | bf506f739322 |
line wrap: on
line diff
--- a/components/fifeagent.py Mon Sep 05 14:49:45 2011 +0200 +++ b/components/fifeagent.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.component import Component -from grease.geometry import Vec2d +from bGrease.component import Component +from bGrease.geometry import Vec2d class FifeAgent(Component): """Component that stores the values for a fife agent"""