summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_3k_removed_stuff_py_30.py
blob: 54ad935bc15be2fa611ab41c5ea60c8f200a981a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""test relative import"""
# pylint: disable=no-absolute-import
from __future__ import print_function
import func_w0401
__revision__ = filter(None, map(str, (1, 2, 3)))


def function():
    """something"""
    print(func_w0401)
    unic = u"unicode"
    low = unic.looower
    return low