cleanup
This commit is contained in:
parent
f57b767fba
commit
fdeef8099a
@ -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')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user