summaryrefslogtreecommitdiff
path: root/test/input/func_w0402.py
blob: d2707ee5a42e569e5e2698aa2d7a04829dc09f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"""test wildard import
"""
__revision__ = 0

from input.func_fixme import *
# This is an unresolved import which still generates the wildcard-import
# warning.
from unknown.package import *

def abcd():
    """use imports"""
    function()