Issue #19349: Corrected error message.

This commit is contained in:
Vinay Sajip 2013-10-31 18:44:04 +00:00
parent 6374120750
commit 0e6c66d48a

View file

@ -336,7 +336,7 @@ def main(args=None):
elif not hasattr(sys, 'base_prefix'): elif not hasattr(sys, 'base_prefix'):
compatible = False compatible = False
if not compatible: if not compatible:
raise ValueError('This script is only for use with Python 3.3') raise ValueError('This script is only for use with Python >= 3.3')
else: else:
import argparse import argparse