summaryrefslogtreecommitdiff
path: root/test/input/func_deprecated_module_py30.py
blob: cadbac642203d6be91fc1af0f02ed6408509185f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"""test deprecated module
"""

__revision__ = 0


if __revision__:
    import optparse
    print optparse
    # false positive (#10061)
    import stringfile
    print stringfile