changeset 117:5f32bfdc4232

fix for profiling crash
author jasoka@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 29 Jul 2008 05:20:42 +0000
parents c6b9e63a51d8
children 0c6fe081ca86
files clients/rio_de_hola/run.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/clients/rio_de_hola/run.py	Tue Jul 29 00:30:17 2008 +0000
+++ b/clients/rio_de_hola/run.py	Tue Jul 29 05:20:42 2008 +0000
@@ -153,5 +153,4 @@
 				print "Psyco acceleration not used"
 		else:
 			print "Psyco acceleration not used"
-
-	main()
+		main()