Merge pull request #342 from sam-m888/pycycleCheck

Remove hidden character from front of shebang line
This commit is contained in:
Sam Manzi 2017-01-30 08:43:20 +11:00 committed by GitHub
commit fd47f8d146

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#! /usr/bin/env python3
""" Test program for import modules
"""
#