Skip to content

Commit fbe2a76

Browse files
author
Sean Trott
committed
transport test
1 parent 06b6f1e commit fbe2a76

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tests/transport_test.py

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

47
name, destination = sys.argv[1], sys.argv[2]
58

0 commit comments

Comments
 (0)