6f46671f555c77d38410888a66b144ad650d14df
[sfa.git] / sfa / util / py23.py
1 try:
2     StringType = basestring
3 except:
4     StringType = str