Skip to content

Commit c17ae0d

Browse files
author
Manfred Eppe
committed
fixed conflicts
2 parents f5a3f65 + fbe2a76 commit c17ae0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tests/transport_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from __future__ import print_function
22
from nluas.Transport import *
3-
import sys
3+
# Makes this work with both py2 and py3
44
from six.moves import input
5+
import sys
56

67
name, destination = sys.argv[1], sys.argv[2]
78

0 commit comments

Comments
 (0)