changeset 184:9e7f494cc850

Made "str" available in scripts.
author Beliar <KarstenBock@gmx.net>
date Fri, 16 Mar 2012 07:15:08 +0100
parents 7b6aba7839ea
children f4994e080d87
files gamestate.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamestate.py	Thu Mar 15 16:24:05 2012 +0100
+++ b/gamestate.py	Fri Mar 16 07:15:08 2012 +0100
@@ -33,7 +33,8 @@
             "meet":self.meet,
             "met":self.met,
             "sqrt":math.sqrt,
-            "log":math.log,          
+            "log":math.log, 
+            "str":str, 
             }
         self.locals = {}