# HG changeset patch # User Paul Boddie # Date 1312737829 -7200 # Node ID 1c036da5aff9b4ecb2ce8371e00239754f1bbb9c # Parent a1d9f82cb804a7dd4c061b2a586b6f2899a8d43e Fixed method signature. diff -r a1d9f82cb804 -r 1c036da5aff9 micropython/trans.py --- a/micropython/trans.py Sat Jul 16 22:15:56 2011 +0200 +++ b/micropython/trans.py Sun Aug 07 19:23:49 2011 +0200 @@ -74,7 +74,7 @@ return self.get_builtin(name).get_value() - def get_builtin(self, name, node): + def get_builtin(self, name): "Return the built-in module definition for the given 'name'."