Mercurial > hg > MakeItSo
changeset 125:19ffc278e35c
do the import right
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 19 May 2011 11:17:30 -0700 |
parents | 3eee157f4564 |
children | ea3225facbcf |
files | makeitso/python_package/tests/test.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/makeitso/python_package/tests/test.py Thu May 19 11:15:56 2011 -0700 +++ b/makeitso/python_package/tests/test.py Thu May 19 11:17:30 2011 -0700 @@ -5,9 +5,10 @@ """ import doctest -import optparse import os import sys +from optparse import OptionParser + def run_tests(raise_on_error=False, report_first=False):