File: __init__.py

package info (click to toggle)
python-schroot 0.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 108 kB
  • sloc: python: 190; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (4)
1
2
3
4
from schroot.chroot import schroot  # noqa

__appname__ = "schroot"
__version__ = "0.4"