1 #! python 2 # 3 # Python Serial Port Extension for Win32, Linux, BSD, Jython 4 # see ../__init__.py 5 # 6 # This is a thin wrapper to load the rfc2271 implementation. 7 # 8 # (C) 2011 Chris Liechti <cliechti (at] gmx.net> 9 # this is distributed under a free software license, see license.txt 10 11 from serial.rfc2217 import Serial 12