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