fixed PY-9656 Make function from method: update import statements

This commit is contained in:
Ekaterina Tuzova
2013-05-30 19:34:47 +04:00
parent 6b24c8110b
commit 2afdd5cefb
4 changed files with 44 additions and 5 deletions
@@ -0,0 +1,3 @@
from test import A
A().foo()