Explicitely declare Python 3.6 in the shebang

Fixes #124
This commit is contained in:
Charles Milette 2017-11-07 16:09:13 -05:00
parent c1c444e95b
commit 2e0841e6fe
No known key found for this signature in database
GPG key ID: 9BC74CC51CB137CE

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.6
"""The main module that brings everything together."""
import os