File: compat.py

package info (click to toggle)
python-deepmerge 0.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: python: 370; makefile: 195
file content (4 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
try:
    string_type = basestring
except:
    string_type = str