commit | 08ec6d9611b612182808bdf1d30cdd786cde9c3e | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Thu Oct 08 11:34:07 2015 -0700 |
committer | Steve Dower <steve.dower@microsoft.com> | Thu Oct 08 11:34:07 2015 -0700 |
tree | b150b971bcba71216b7998cea5cd868207f2dc75 | |
parent | 6e8d6ed2f4522c172c825441523dbd88fd1f4d62 [diff] |
Fix missing import in libregrtest.
diff --git a/Lib/test/libregrtest/cmdline.py b/Lib/test/libregrtest/cmdline.py index 21c3e66..a9cee6e 100644 --- a/Lib/test/libregrtest/cmdline.py +++ b/Lib/test/libregrtest/cmdline.py
@@ -1,5 +1,6 @@ import argparse import os +import sys from test import support