summaryrefslogtreecommitdiff
path: root/sandbox/tibs/pysource/test/testsimp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/tibs/pysource/test/testsimp.py')
-rwxr-xr-xsandbox/tibs/pysource/test/testsimp.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/sandbox/tibs/pysource/test/testsimp.py b/sandbox/tibs/pysource/test/testsimp.py
deleted file mode 100755
index 7dfeb4202..000000000
--- a/sandbox/tibs/pysource/test/testsimp.py
+++ /dev/null
@@ -1,12 +0,0 @@
-a = 'b'
-class Fred:
- """A *silly* demonstration."""
-
- def __init__(self, b=1, c='jim', d=None, f={'a':1,a:1},
- g=[x for x in [1,2,3] if x > 2]):
- """Initialise ourselves."""
- self.list = g
-
- def __call__(self,a):
- """Call ourselves."""
- pass