Remove hidden character from front of shebang line

Found by [pycycle --verbose --source gramps]

Once corrected pycycle reports:

Project successfully transformed to AST, checking imports for cycles..

No worries, no cycles here!
This commit is contained in:
Sam Manzi 2017-01-30 08:24:35 +11:00
parent 544e3dbcc4
commit 1a113ae0fd
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

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