This commit is contained in:
Alex Yatskov 2017-07-04 11:42:47 -07:00
parent f57b767fba
commit fdeef8099a

View File

@ -61,15 +61,15 @@ except:
unicode = str unicode = str
#
# Helpers
#
def webApi(func): def webApi(func):
func.webApi = True func.webApi = True
return func return func
#
# Helpers
#
def makeBytes(data): def makeBytes(data):
return data.encode('utf-8') return data.encode('utf-8')