File: __init__.py

package info (click to toggle)
python-schroot 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 108 kB
  • ctags: 49
  • sloc: python: 190; makefile: 26
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"