Skip to content

Commit 47112b4

Browse files
committed
fix print test for python2.7
1 parent 8e8bf08 commit 47112b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/tests/iosys_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# operations on input/output systems. Separate unit tests should be
99
# created for that purpose.
1010

11+
from __future__ import print_function
1112
import unittest
1213
import warnings
1314
import numpy as np

0 commit comments

Comments
 (0)