Show More
@@ -11,6 +11,7 b' Reads current and peak memory usage from' | |||||
11 | prints it to ``stderr`` on exit. |
|
11 | prints it to ``stderr`` on exit. | |
12 | ''' |
|
12 | ''' | |
13 |
|
13 | |||
|
14 | from __future__ import absolute_import | |||
14 | import atexit |
|
15 | import atexit | |
15 |
|
16 | |||
16 | def memusage(ui): |
|
17 | def memusage(ui): |
@@ -5,7 +5,6 b'' | |||||
5 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py |
|
5 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py | |
6 | contrib/import-checker.py not using absolute_import |
|
6 | contrib/import-checker.py not using absolute_import | |
7 | contrib/import-checker.py requires print_function |
|
7 | contrib/import-checker.py requires print_function | |
8 | contrib/memory.py not using absolute_import |
|
|||
9 | contrib/perf.py not using absolute_import |
|
8 | contrib/perf.py not using absolute_import | |
10 | contrib/python-hook-examples.py not using absolute_import |
|
9 | contrib/python-hook-examples.py not using absolute_import | |
11 | contrib/revsetbenchmarks.py not using absolute_import |
|
10 | contrib/revsetbenchmarks.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now