diff options
Diffstat (limited to 'Tools/pybench/systimes.py')
-rw-r--r-- | Tools/pybench/systimes.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/pybench/systimes.py b/Tools/pybench/systimes.py index a0f3066..6bc7e80 100644 --- a/Tools/pybench/systimes.py +++ b/Tools/pybench/systimes.py @@ -31,6 +31,9 @@ the author. All Rights Reserved. """ + +from __future__ import print_function + import time, sys # |