Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: 
Changeset: r71701:8f6c7df80cdc
Date: 2014-05-24 12:31 -0500
http://bitbucket.org/pypy/pypy/changeset/8f6c7df80cdc/

Log:    unused local var

diff --git a/rpython/rtyper/rmodel.py b/rpython/rtyper/rmodel.py
--- a/rpython/rtyper/rmodel.py
+++ b/rpython/rtyper/rmodel.py
@@ -53,7 +53,7 @@
         self._initialized = setupstate.INPROGRESS
         try:
             self._setup_repr()
-        except TyperError, e:
+        except TyperError:
             self._initialized = setupstate.BROKEN
             raise
         else:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to