summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_3k_removed_stuff_py_30.py
blob: 3d23069483a3162b0fcbe3b6b54b5f3445c22c53 (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
__revision__ = filter(None, map(str, (1, 2, 3)))

import func_w0401

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