third_party.pylibs.pylint.src/test/input/func_3k_removed_stuff_py_30.py

16 lines
212 B
Python
Raw Normal View History

"""test relative import
"""
__revision__ = apply(map, (str, (1, 2, 3)))
import func_w0302
def function():
"""something"""
print func_w0302
unic = u"unicode"
low = unic.looower
return low