do not depend on types.StringTypes anymore
[sfa.git] / sfa / util / py23.py
1 try:
2     StringType = basestring
3 except:
4     StringType = str