root/branches/mk/tests/data/import_self.py

Revision 71, 222 bytes (checked in by mk, 6 years ago)

Disable two pylint import warnings.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 """This module will get W0406 warning for importing self,
2 which should be ignored in Cheesecake score.
3 """
4
5 __revision__ = 'satisfy pylint checker'
6
7 import import_self
8
9 print import_self.__revision__ # use imported module
Note: See TracBrowser for help on using the browser.