summaryrefslogtreecommitdiff
path: root/test/input/func_noerror_builtin_module_test.py
blob: 4d6ba0aecbe67d96134f024f208d3695f1f32667 (plain)
1
2
3
4
5
6
7
8
9
10
11
"""test import from a builtin module"""

__revision__ = None

from math import log10

def log10_2():
    """bla bla bla"""
    return log10(2)