diff options
Diffstat (limited to 'sandbox/pbool.py')
-rw-r--r-- | sandbox/pbool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/pbool.py b/sandbox/pbool.py index 817e3ea..d26f8b4 100644 --- a/sandbox/pbool.py +++ b/sandbox/pbool.py @@ -10,4 +10,3 @@ class B(object): return 'It is True' else: return 'It is False' - |