diff --git a/lib/wind/stringprep.py b/lib/wind/stringprep.py index 249b1dc2a..cff4d02a7 100644 --- a/lib/wind/stringprep.py +++ b/lib/wind/stringprep.py @@ -57,7 +57,7 @@ def symbols(tabledict, tables): list = list + tabledict.get(x, []) if len(list) == 0: return "" - return "|".join(map(lambda x: "WIND_PROFILE_%s" % (string.upper(x)), list)) + return "|".join(map(lambda x: "WIND_PROFILE_%s" % (x.upper()), list)) def get_errorlist(): d = dict()