open-iscsi / configshell-fb

configshell with additional modifications, see README
Apache License 2.0
28 stars 37 forks source link

Python3.11: replace getargspec() with getfullargspec() #64

Closed maurizio-lombardi closed 2 years ago

maurizio-lombardi commented 2 years ago

inspect.getargspec() doesn't work anymore with Python3.11

Signed-off-by: Maurizio Lombardi mlombard@redhat.com