File: _compat.py

package info (click to toggle)
python-tinycss2 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 608 kB
  • sloc: python: 1,719; makefile: 19
file content (6 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
if str is bytes:  # pragma: no cover
    unichr = unichr  # noqa
    basestring = basestring  # noqa
else:  # pragma: no cover
    unichr = chr  # noqa
    basestring = str  # noqa