jamiecaesar / securecrt-tools

SecureCRT scripts, written in Python, for doing various tasks when connected to Cisco equipment.
Apache License 2.0
246 stars 78 forks source link

Update InterfaceStats.py #14

Closed ghost closed 8 years ago

ghost commented 8 years ago

writer.writeheader not available in python 2.6, which is shipped with SecureCRT by default. Edited lin 216 to use an compatible method of writing the header.

jamiecaesar commented 8 years ago

Good to know. Thanks for fix!