root/trunk/tests/data/import_self.py

Revision 150, 222 bytes (checked in by mk, 7 years ago)

Merging mk branch into the trunk.

  • 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.