File: __init__.py

package info (click to toggle)
python-autopage 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: python: 814; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
import warnings


warnings.filterwarnings('ignore', category=DeprecationWarning,
                        module='unittest2.compatibility')