We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b6f1e commit fbe2a76Copy full SHA for fbe2a76
1 file changed
src/tests/transport_test.py
@@ -1,5 +1,8 @@
1
from nluas.Transport import *
2
+# Makes this work with both py2 and py3
3
+from six.moves import input
4
import sys
5
+from __future__ import print_function
6
7
name, destination = sys.argv[1], sys.argv[2]
8
0 commit comments