Skip to content

Commit

Permalink
Fix tests for python2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaslinnap committed Aug 6, 2017
1 parent 382ed21 commit 7dbd812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/runtests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
from __future__ import print_function

from os.path import abspath, dirname, join
import subprocess
Expand Down

0 comments on commit 7dbd812

Please sign in to comment.