File: __init__.py

package info (click to toggle)
python-invocations 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 592 kB
  • sloc: python: 2,262; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Make the inner modules' tasks/collections readily available.
from .vendorize import vendorize
from . import release

# Most of the time, importers of this module want the 'release' sub-collection.
# TODO: update other libs & then remove this so it's a bit cleaner.
ns = release

# flake8: noqa