Author: Maciej Fijalkowski <[email protected]>
Branch: fileops2
Changeset: r67220:097e2a00a246
Date: 2013-10-08 17:11 +0200
http://bitbucket.org/pypy/pypy/changeset/097e2a00a246/

Log:    revert accidental change

diff --git a/rpython/translator/goal/translate.py 
b/rpython/translator/goal/translate.py
--- a/rpython/translator/goal/translate.py
+++ b/rpython/translator/goal/translate.py
@@ -11,10 +11,10 @@
 
 import py
 # clean up early rpython/_cache
-#try:
-#    py.path.local(cache_dir).remove()
-#except Exception:
-#    pass
+try:
+    py.path.local(cache_dir).remove()
+except Exception:
+    pass
 
 from rpython.config.config import (to_optparse, OptionDescription, BoolOption,
     ArbitraryOption, StrOption, IntOption, Config, ChoiceOption, 
OptHelpFormatter)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to