summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.py')
-rw-r--r--runtest.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/runtest.py b/runtest.py
index d00d56e..a5225f1 100644
--- a/runtest.py
+++ b/runtest.py
@@ -97,17 +97,6 @@ import sys
import time
try:
- x = True
-except NameError:
- True = not 0
- False = not 1
-else:
- del x
-
-if not hasattr(os, 'WEXITSTATUS'):
- os.WEXITSTATUS = lambda x: x
-
-try:
sorted
except NameError:
# Pre-2.4 Python has no sorted() function.