seveas / python-hpilo

Accessing the HP iLO XML interface from python

Home Page:https://seveas.github.io/python-hpilo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some Python2 code still in hpilo_cli file

ZoeXueZiyi opened this issue · comments

Hi,

I have noticed that in hpilo_cli file, there are some codes still using im_func, func_defaults, func_code (eg. line254), which cannot be used in python3. I believe the source code is wrote in pyhton3. It would be good if there is a solution for that. Thank you.