Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59899:0043ae3d83f9
Date: 2013-01-09 20:02 +0100
http://bitbucket.org/pypy/pypy/changeset/0043ae3d83f9/
Log: Fixed import in rpython/translator/cli/query.py
diff --git a/rpython/translator/cli/query.py b/rpython/translator/cli/query.py
--- a/rpython/translator/cli/query.py
+++ b/rpython/translator/cli/query.py
@@ -65,7 +65,7 @@
def get_cachedir():
- from rpython import cache_dir
+ from rpython.conftest import cache_dir
_cache = py.path.local(cache_dir).ensure(dir=1)
return _cache
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit