summaryrefslogtreecommitdiff
path: root/tests/input/func_3k_removed_stuff_py_30.py
blob: d844c560316bb4898aa8519a3299a7e5f607cbf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""test relative 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