File: func_noerror_flask_ext_wtf.py

package info (click to toggle)
pylint-flask 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 186; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (4)
1
2
3
4
5
'''Ensure that pylint finds the exported methods from flask.ext.'''

from flask.ext import wtf

MYFORM = wtf.Form