repo.or.cz
/
smsapi-python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix for python 3.12 - re.compile SyntaxWarning
[smsapi-python.git]
/
smsapi
/
sms
/
__init__.py
blob
f45c0c155cdf6e6fe7fbbd878b77fea7a355826d
1
# -*- coding: utf-8 -*-
2
3
default_response
=
'json'
4
5
response_format_param
= {
'format'
:
default_response
}