diff options
Diffstat (limited to 'tools/osxbuild/install_and_test.py')
-rw-r--r-- | tools/osxbuild/install_and_test.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/osxbuild/install_and_test.py b/tools/osxbuild/install_and_test.py index e9b34f5b0..651298b3f 100644 --- a/tools/osxbuild/install_and_test.py +++ b/tools/osxbuild/install_and_test.py @@ -1,5 +1,8 @@ #!/usr/bin/env python -"""Install the built package and run the tests.""" +"""Install the built package and run the tests. + +""" +from __future__ import division import os |