I want to suggest to changing shebang from #!/usr/bin/env python to #!/usr/bin/env python2
#!/usr/bin/env python2 makes explicit which version is required. Users with a setup of both python2 and python3 have a choice whether they want to link their python to python2 or python3