Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r51868:742faaa192e9
Date: 2012-01-27 10:34 +0100
http://bitbucket.org/pypy/pypy/changeset/742faaa192e9/

Log:    bah, fix the signature of note_import_star, which I broke in
        d882e23cc8ae

diff --git a/pypy/interpreter/astcompiler/symtable.py 
b/pypy/interpreter/astcompiler/symtable.py
--- a/pypy/interpreter/astcompiler/symtable.py
+++ b/pypy/interpreter/astcompiler/symtable.py
@@ -246,7 +246,7 @@
             self.return_with_value = True
             self.ret = ret
 
-    def note_import_star(self):
+    def note_import_star(self, imp):
         return True
 
     def note_variable_arg(self, vararg):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to