Commit 70153f33 authored by Robert Bradshaw's avatar Robert Bradshaw

Another blacklisted autotestdict method.

parent 221ef93e
......@@ -10,7 +10,7 @@ import Naming
class AutoTestDictTransform(ScopeTrackingTransform):
# Handles autotestdict directive
blacklist = ['__cinit__', '__dealloc__']
blacklist = ['__cinit__', '__dealloc__', '__richcmp__']
def visit_ModuleNode(self, node):
self.scope_type = 'module'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment