Author: Ronan Lamy <[email protected]>
Branch: translation-cleanup
Changeset: r57706:3f9e93ff1e1d
Date: 2012-10-01 17:10 +0100
http://bitbucket.org/pypy/pypy/changeset/3f9e93ff1e1d/
Log: Fix PyGraph.name
diff --git a/pypy/objspace/flow/pygraph.py b/pypy/objspace/flow/pygraph.py
--- a/pypy/objspace/flow/pygraph.py
+++ b/pypy/objspace/flow/pygraph.py
@@ -36,4 +36,5 @@
name = '%s.%s' % (class_.__name__, name)
for c in "<>&!":
name = name.replace(c, '_')
+ return name
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit