diff options
Diffstat (limited to 'runtest.py')
-rw-r--r-- | runtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -302,6 +302,7 @@ _ws = re.compile('\s') def escape(s): if _ws.search(s): s = '"' + s + '"' + s = string.replace(s, '\\', '\\\\') return s # Set up lowest-common-denominator spawning of a process on both Windows |