DEBSOURCES
Skip Quicknav
sources / python-deepmerge / 0.0.5-3 / deepmerge / compat.py
1234
try: string_type = basestring except: string_type = str