missed testdata

This commit is contained in:
Dmitry Jemerov
2010-07-15 18:57:21 +04:00
parent c2d6646138
commit 1f1dc55588
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,4 @@
#// python 3
class C:
def m(self): #// note: TABs instead of spaces
pass
@@ -0,0 +1,5 @@
#// python 3
class C:
def m(self): #// note: TABs instead of spaces
pass