update usages after converting method to function

This commit is contained in:
Ekaterina Tuzova
2013-04-25 13:04:11 +04:00
parent b6c5477efe
commit bf71eaac4c
5 changed files with 42 additions and 0 deletions
@@ -0,0 +1,7 @@
__author__ = 'ktisha'
class A:
def fo<caret>o(self):
print("Hello Pycharm!")
A().foo()