File: liblzma.py

package info (click to toggle)
python-lzma 0.5.3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 400 kB
  • sloc: ansic: 2,920; python: 550; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/usr/bin/env python
from lzma import *
from warnings import warn
warn("'liblzma' has been renamed to 'lzma'!\n Please update code to import 'lzma'!", DeprecationWarning, stacklevel=1)