diff src/parpg/behaviours/__init__.py @ 82:7cb53edfb95f

Renamed BaseBehaviour to MovingAgentBehaviour
author KarstenBock@gmx.net
date Fri, 09 Sep 2011 15:05:23 +0200
parents b60461cb8464
children 9f8faf6e974d
line wrap: on
line diff
--- a/src/parpg/behaviours/__init__.py	Thu Sep 08 18:56:10 2011 +0200
+++ b/src/parpg/behaviours/__init__.py	Fri Sep 09 15:05:23 2011 +0200
@@ -13,6 +13,6 @@
 #   You should have received a copy of the GNU General Public License
 #   along with PARPG.  If not, see <http://www.gnu.org/licenses/>.
 
-from base import BaseBehaviour as Base
+from base import MovingAgentBehaviour as Moving
 from npc import NPCBehaviour as NonPlayer
 from player import PlayerBehaviour as Player
\ No newline at end of file