fix classmethod() calls
authorStefan Behnel <scoder@users.berlios.de>
Fri, 23 May 2008 18:44:03 +0000 (20:44 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 23 May 2008 18:44:03 +0000 (20:44 +0200)
commit1e6272ac48351ce450b52c2cb1c893c738cb4507
tree9fc76df0509bae3dc3ceb3f9c8ea5968be18ff84
parent64823ccf4f4223e167d34f99867c1eeb32572af8
fix classmethod() calls

--HG--
rename : tests/run/classmethod.pyx => tests/run/staticmethod.pyx
Cython/Compiler/Symtab.py
tests/run/classmethod.pyx
tests/run/staticmethod.pyx [new file with mode: 0644]