commit | 68340d78577ef4f487422d7c7f88a7efab9fe931 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Mon Aug 03 14:15:48 2015 +0200 |
committer | Chris Liechti <cliechti@gmx.net> | Mon Aug 03 14:15:48 2015 +0200 |
tree | 6b1dafe16bc3b257238a12462afb7387e1a6fd82 | |
parent | b9229f7e5c26b7daa77694cf6bf58561b76dfb03 [diff] [blame] |
work on python 3 compatibility
diff --git a/serial/urlhandler/protocol_hwgrep.py b/serial/urlhandler/protocol_hwgrep.py index 62cda43..7ce9dfe 100644 --- a/serial/urlhandler/protocol_hwgrep.py +++ b/serial/urlhandler/protocol_hwgrep.py
@@ -41,5 +41,5 @@ #~ s = Serial('hwgrep://ttyS0') s = Serial(None) s.port = 'hwgrep://ttyS0' - print s + print(s)