comparison src/parpg/components/fifeagent.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 23563e30da66
children 58661f5b2f6b
comparison
equal deleted inserted replaced
65:765cb0c16f20 66:96af64cf3b81
9 # GNU General Public License for more details. 9 # GNU General Public License for more details.
10 # 10 #
11 # You should have received a copy of the GNU General Public License 11 # You should have received a copy of the GNU General Public License
12 # along with this program. If not, see <http://www.gnu.org/licenses/>. 12 # along with this program. If not, see <http://www.gnu.org/licenses/>.
13 13
14 from parpg.grease.component import Component 14 from bGrease.component import Component
15 from grease.geometry import Vec2d 15 from bGrease.geometry import Vec2d
16 16
17 class FifeAgent(Component): 17 class FifeAgent(Component):
18 """Component that stores the values for a fife agent""" 18 """Component that stores the values for a fife agent"""
19 19
20 def __init__(self): 20 def __init__(self):