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