Fix missing import in libregrtest.

This commit is contained in:
Steve Dower 2015-10-08 11:34:07 -07:00
parent 6e8d6ed2f4
commit 08ec6d9611
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import argparse
import os
import sys
from test import support