commit | 742cd24c029f1fe84d2a60f84e408c72bd3ed34d | [log] [tgz] |
---|---|---|
author | Phillip J. Eby <pje@telecommunity.com> | Tue Apr 18 01:39:25 2006 +0000 |
committer | Phillip J. Eby <pje@telecommunity.com> | Tue Apr 18 01:39:25 2006 +0000 |
tree | fd2ded649efda72ad90d37c359f95141c6cc4321 | |
parent | 9582c148b6bd0ff21678030709f51e7f57b223bd [diff] |
test_pyclbr goes nuts when a module contains code to try importing a class and provide a substitute if the import fails, because pyclbr sees the class definition. Changed to ignore such cases' base classes and methods, since they will not match.