File: __init__.py

package info (click to toggle)
python-distutils-extra 3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: python: 1,817; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
__all__ = [
    "build_extra",
    "build_i18n",
    "build_icons",
    "build_help",
    "clean_i18n",
    "pylint",
]