File: deb822.py

package info (click to toggle)
python-debian 0.1.10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 428 kB
  • ctags: 461
  • sloc: python: 2,816; makefile: 46
file content (6 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
import sys
print >> sys.stderr, "WARNING:",    \
        "the 'deb822' top-level module is *DEPRECATED*,",   \
        "please use 'debian_bundle.deb822'"

from debian_bundle.deb822 import *