Smart Terminal Convert from 2.7 to 3.6

From OpenCircuits
Jump to navigation Jump to search

General

Look at this for general info:

Exceptions


        except Exception, ex_arg:

change to

        except Exception as ex_arg:


Queue missing