kevinsteves / pan-python

Multi-tool set for Palo Alto Networks PAN-OS, Panorama, WildFire and AutoFocus
Other
266 stars 102 forks source link

Remove version for Python 3.7. #34

Closed mrichardson03 closed 5 years ago

mrichardson03 commented 5 years ago

I tried to use this library under Python 3.7, where verbose has been removed from namedtuple. The Python documentation for 2.7 and 3 show that verbose=False is the default for all those versions, so the easiest fix seems to be to remove it.

mrichardson03 commented 5 years ago

PR should have those changes now.