File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141except ImportError :
4242 pass
4343
44- class iDB2Call :
44+ class iDB2Call ( object ) :
4545 """
4646 Transport XMLSERVICE calls over DB2 connection.
4747
Original file line number Diff line number Diff line change 3737except ImportError :
3838 pass
3939
40- class iLibCall :
40+ class iLibCall ( object ) :
4141 """
4242 Transport XMLSERVICE direct job call (within job/process calls).
4343
Original file line number Diff line number Diff line change 3838# import inspect
3939import pyodbc
4040
41- class iODBCCall :
41+ class iODBCCall ( object ) :
4242 """
4343 Transport XMLSERVICE calls over ODBC connection.
4444
Original file line number Diff line number Diff line change 2727import xml .dom .minidom
2828# import inspect
2929
30- class iRestCall :
30+ class iRestCall ( object ) :
3131 """
3232 Transport XMLSERVICE calls over standard HTTP rest.
3333
You can’t perform that action at this time.
0 commit comments