seveas / python-hpilo

Accessing the HP iLO XML interface from python
https://seveas.github.io/python-hpilo
Other
321 stars 102 forks source link

Some Python2 code still in hpilo_cli file #289

Closed ZoeXueZiyi closed 9 months ago

ZoeXueZiyi commented 9 months ago

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.