File: func_noerror_flask_ext_bare_as.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 (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
'''Ensure that pylint finds the exported methods from flask.ext.'''

import flask.ext.admin as admin, flask.ext.wtf as wtf

A = admin
W = wtf