~ubuntu-branches/ubuntu/trusty/pylint/trusty

« back to all changes in this revision

Viewing changes to test/input/func_w0233.py

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Thénault
  • Date: 2006-09-25 16:46:40 UTC
  • mfrom: (1.2.1 upstream) (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20060925164640-obkb6g34gqtyk20n
new uptream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# pylint: disable-msg=R0903
 
1
# pylint: disable-msg=R0903,W0212
2
2
"""test for call to __init__ from a non ancestor class
3
3
"""
4
4
 
5
 
__revision__ = '$Id: func_w0233.py,v 1.2 2004/09/29 08:35:13 syt Exp $'
 
5
__revision__ = '$Id: func_w0233.py,v 1.2 2004-09-29 08:35:13 syt Exp $'
6
6
 
7
7
class AAAA:
8
8
    """ancestor 1"""