summaryrefslogtreecommitdiff
path: root/paste/debug/doctest_webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/debug/doctest_webapp.py')
-rwxr-xr-xpaste/debug/doctest_webapp.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/paste/debug/doctest_webapp.py b/paste/debug/doctest_webapp.py
index 4b9f95a..ffcfaa7 100755
--- a/paste/debug/doctest_webapp.py
+++ b/paste/debug/doctest_webapp.py
@@ -8,10 +8,7 @@
These are functions for use when doctest-testing a document.
"""
-try:
- import subprocess
-except ImportError:
- from paste.util import subprocess24 as subprocess
+import subprocess
import doctest
import os
import sys