[Calc] Allow use of str()

master
Sfan5 2014-02-05 20:28:19 +01:00
parent ed6b0c69c0
commit 2b2001905d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ env = {
"range": range, "round": round, "min": min, "map": map,
"zip": zip, "xrange": xrange, "unicode": unicode,
"unichr": unichr, "type": type, "slice": slice, "ord": ord,
"chr": chr
"chr": chr, "str": str
}
libs = [