Skip to content

Commit f5a3f65

Browse files
author
Manfred Eppe
committed
updated so that it works with python 2 and removed .pyc files
1 parent 06b6f1e commit f5a3f65

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
__pycache__/
33
*.class
44

5+
*.pyc
6+
*.pyc

src/tests/transport_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
from __future__ import print_function
12
from nluas.Transport import *
23
import sys
4+
from six.moves import input
35

46
name, destination = sys.argv[1], sys.argv[2]
57

0 commit comments

Comments
 (0)