diff options
Diffstat (limited to 'sandbox/tibs/pysource/test/testyield.py')
-rwxr-xr-x | sandbox/tibs/pysource/test/testyield.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sandbox/tibs/pysource/test/testyield.py b/sandbox/tibs/pysource/test/testyield.py deleted file mode 100755 index e3fd1d2d0..000000000 --- a/sandbox/tibs/pysource/test/testyield.py +++ /dev/null @@ -1,8 +0,0 @@ -from __future__ import generators -from string import lower as lll -from string import lower as lll, upper as uuu, lower, lower as xxx - -def fred(): - a = 1 - yield a - |