diff clients/rio_de_hola/scripts/agents/agent.py @ 129:9a1529f9625e

* Indentation patch by GreyGhost
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 07 Aug 2008 15:46:46 +0000
parents 214e3eb81eb2
children
line wrap: on
line diff
--- a/clients/rio_de_hola/scripts/agents/agent.py	Wed Aug 06 22:35:27 2008 +0000
+++ b/clients/rio_de_hola/scripts/agents/agent.py	Thu Aug 07 15:46:46 2008 +0000
@@ -16,7 +16,7 @@
 
 	def start(self):
 		raise ProgrammingError('No start defined for Agent')
-	
+
 
 def create_anonymous_agents(model, objectName, layer, agentClass):
 	agents = []