Files
Dmitry Trofimov 67bcf88cbd Revert "Revert "Merge branch 'master' of git.labs.intellij.net:idea/ultimate""
This reverts commit 3a2ad1f6c248ce02e860be14b796981de7ccfeee.
2011-02-04 17:17:18 +03:00

6 lines
155 B
Python

from SuperClass import SuperClass
class AnyClass(SuperClass):
def this_should_be_in_super(self, some_argument):
self.argument = some_argument