File: __main__.py

package info (click to toggle)
python-flake8 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 264 kB
  • ctags: 85
  • sloc: python: 589; makefile: 30; sh: 3
file content (4 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
4
from flake8.main import main

# python -m flake8 (with Python >= 2.7)
main()