File: __init__.py

package info (click to toggle)
python-zstd 1.5.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,320 kB
  • sloc: ansic: 44,718; asm: 371; python: 322; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Tests

import sys

# Another dirty hack for tests
if sys.hexversion < 0x03000000:
    import test_compress
    import test_version