]> granicus.if.org Git - clang/commit
Avoid @staticmethod to allow use with Python 2.3.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 2 Jul 2009 23:56:37 +0000 (23:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 2 Jul 2009 23:56:37 +0000 (23:56 +0000)
commit8afede292a9925dcedf634191225df192315fbbe
tree80aabfb8903c7ec0b356973416784835a6eae8b0
parentbb2b433ae14ca18e88a46032096ce5ec5c05c8e7
Avoid @staticmethod to allow use with Python 2.3.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74737 91177308-0d34-0410-b5e6-96231b3b80d8
utils/test/TestRunner.py