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

View File

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