force using python2 to run script

Fixes #945
This commit is contained in:
Franz Chih-Ping Hsieh 2018-05-23 23:55:38 -04:00
parent 54b8c362a2
commit f356ac4f17
15 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# coding=utf-8
"""Test the __init__.py module"""