fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update registration form
[prawokultury.git]
/
contact
/
utils.py
1
def deunicode(obj):
2
if isinstance(obj, unicode):
3
return obj.encode('utf-8')
4
return obj