From 1a113ae0fda14c793de30e43f3de32d180c6d91b Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Mon, 30 Jan 2017 08:24:35 +1100 Subject: [PATCH] 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! --- gramps/plugins/test/test_imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/test/test_imports.py b/gramps/plugins/test/test_imports.py index 50609607e..52094de72 100644 --- a/gramps/plugins/test/test_imports.py +++ b/gramps/plugins/test/test_imports.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#! /usr/bin/env python3 """ Test program for import modules """ #