Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 579106 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/sphinx/pycode/__init__.py
0
++ b/sphinx/pycode/__init__.py
Lines 352-358 if __name__ == '__main__': Link Here
352
    import pprint
352
    import pprint
353
    x0 = time.time()
353
    x0 = time.time()
354
    # ma = ModuleAnalyzer.for_file(__file__.rstrip('c'), 'sphinx.builders.html')
354
    # ma = ModuleAnalyzer.for_file(__file__.rstrip('c'), 'sphinx.builders.html')
355
    ma = ModuleAnalyzer.for_file('sphinx/environment.py',
355
    ma = ModuleAnalyzer.for_file('sphinx/environment/__init__.py',
356
                                 'sphinx.environment')
356
                                 'sphinx.environment')
357
    ma.tokenize()
357
    ma.tokenize()
358
    x1 = time.time()
358
    x1 = time.time()

Return to bug 579106