summaryrefslogtreecommitdiff
path: root/.unittests
diff options
context:
space:
mode:
Diffstat (limited to '.unittests')
-rwxr-xr-x.unittests2
1 files changed, 1 insertions, 1 deletions
diff --git a/.unittests b/.unittests
index 51c110f68..7faed77dc 100755
--- a/.unittests
+++ b/.unittests
@@ -1,6 +1,6 @@
#!/bin/bash
-TOP_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
+TOP_DIR=$(python -c "import os; print(os.path.dirname(os.path.realpath('$0')))")
python -c 'from distutils.version import LooseVersion as Ver; import nose, sys; sys.exit(0 if Ver(nose.__version__) >= Ver("1.2.0") else 1)'
if [ $? != 0 ]; then