Your IP : 216.73.217.32
B
A!p\+ � @ sr d Z ddlZddlZddlmZ ddlmZ ddlmZm Z m
Z
dddd d
difd�ZG d
d� de�Zdd� Z
dS )z+check for new / old style related problems
� N)�IAstroidChecker)�BaseChecker)�check_messages�node_frame_class�has_known_bases)z&Bad first argument %r given to super()zbad-super-callzbUsed when another argument than the current class is given as first argument of the super builtin.zMissing argument to super()zmissing-super-argumentz7Used when the super builtin didn't receive an argument.Z
maxversion)� r )ZE1003ZE1004c @ s<