summaryrefslogtreecommitdiff
path: root/test/input/func_3k_removed_stuff_py_30.py
blob: c47b9e52db15250d918997292c3203756fb36ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""test relative import
"""
__revision__ = filter(None, map(str, (1, 2, 3)))
from __future__ import generators, print_function

import func_w0302

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