File: __init__.py

package info (click to toggle)
python-restructuredtext-lint 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 309; sh: 25; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# Load in our dependencies
from __future__ import absolute_import
from restructuredtext_lint.lint import lint, lint_file

# Export lint functions
lint = lint
lint_file = lint_file