Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r44302:00546e5f5dde
Date: 2011-05-19 15:04 +0200
http://bitbucket.org/pypy/pypy/changeset/00546e5f5dde/
Log: move this tool to its own directory; it does not really belong to
the JIT
diff --git a/pypy/tool/memusage/__init__.py b/pypy/tool/memusage/__init__.py
new file mode 100644
diff --git a/pypy/jit/tool/log-template.gnumeric
b/pypy/tool/memusage/log-template.gnumeric
rename from pypy/jit/tool/log-template.gnumeric
rename to pypy/tool/memusage/log-template.gnumeric
diff --git a/pypy/jit/tool/log2gnumeric.py b/pypy/tool/memusage/log2gnumeric.py
rename from pypy/jit/tool/log2gnumeric.py
rename to pypy/tool/memusage/log2gnumeric.py
diff --git a/pypy/jit/tool/test/test_log2gnumeric.py
b/pypy/tool/memusage/test/test_log2gnumeric.py
rename from pypy/jit/tool/test/test_log2gnumeric.py
rename to pypy/tool/memusage/test/test_log2gnumeric.py
--- a/pypy/jit/tool/test/test_log2gnumeric.py
+++ b/pypy/tool/memusage/test/test_log2gnumeric.py
@@ -1,4 +1,4 @@
-from pypy.jit.tool import log2gnumeric
+from pypy.tool.memusage import log2gnumeric
log = """
[1000] ...
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit