diff options
| author | Kenny Woodson <kwoodson@redhat.com> | 2016-03-31 09:06:43 -0400 | 
|---|---|---|
| committer | Kenny Woodson <kwoodson@redhat.com> | 2016-03-31 09:10:39 -0400 | 
| commit | 7f42edb38544b3aa0e825811e1a00447b349c2ea (patch) | |
| tree | c36cf9fa3e21b03c32cdd70f7b6eb79088d5802c /roles | |
| parent | d80d45e8eb26469a7b9dc55cdaf47222d05442e4 (diff) | |
| download | openshift-7f42edb38544b3aa0e825811e1a00447b349c2ea.tar.gz openshift-7f42edb38544b3aa0e825811e1a00447b349c2ea.tar.bz2 openshift-7f42edb38544b3aa0e825811e1a00447b349c2ea.tar.xz openshift-7f42edb38544b3aa0e825811e1a00447b349c2ea.zip  | |
Fixed generate header.
Diffstat (limited to 'roles')
| -rwxr-xr-x | roles/lib_openshift_api/build/generate.py | 2 | ||||
| -rw-r--r-- | roles/lib_openshift_api/library/oc_obj.py | 2 | ||||
| -rw-r--r-- | roles/lib_openshift_api/library/oc_secret.py | 2 | ||||
| -rwxr-xr-x | roles/lib_yaml_editor/build/generate.py | 2 | ||||
| -rw-r--r-- | roles/lib_yaml_editor/library/yedit.py | 2 | 
5 files changed, 5 insertions, 5 deletions
diff --git a/roles/lib_openshift_api/build/generate.py b/roles/lib_openshift_api/build/generate.py index ab70dd7f3..877ca1766 100755 --- a/roles/lib_openshift_api/build/generate.py +++ b/roles/lib_openshift_api/build/generate.py @@ -6,7 +6,7 @@  import os  # pylint: disable=anomalous-backslash-in-string -GEN_STR = "#!usr/bin/env python\n"                                   + \ +GEN_STR = "#!/usr/bin/env python\n"                                   + \            "#     ___ ___ _  _ ___ ___    _ _____ ___ ___\n"          + \            "#    / __| __| \| | __| _ \  /_\_   _| __|   \\\n"        + \            "#   | (_ | _|| .` | _||   / / _ \| | | _|| |) |\n"        + \ diff --git a/roles/lib_openshift_api/library/oc_obj.py b/roles/lib_openshift_api/library/oc_obj.py index 2e07e5bb3..fa31416c0 100644 --- a/roles/lib_openshift_api/library/oc_obj.py +++ b/roles/lib_openshift_api/library/oc_obj.py @@ -1,4 +1,4 @@ -#!usr/bin/env python +#!/usr/bin/env python  #     ___ ___ _  _ ___ ___    _ _____ ___ ___  #    / __| __| \| | __| _ \  /_\_   _| __|   \  #   | (_ | _|| .` | _||   / / _ \| | | _|| |) | diff --git a/roles/lib_openshift_api/library/oc_secret.py b/roles/lib_openshift_api/library/oc_secret.py index 985ff8bfa..8253fd4ad 100644 --- a/roles/lib_openshift_api/library/oc_secret.py +++ b/roles/lib_openshift_api/library/oc_secret.py @@ -1,4 +1,4 @@ -#!usr/bin/env python +#!/usr/bin/env python  #     ___ ___ _  _ ___ ___    _ _____ ___ ___  #    / __| __| \| | __| _ \  /_\_   _| __|   \  #   | (_ | _|| .` | _||   / / _ \| | | _|| |) | diff --git a/roles/lib_yaml_editor/build/generate.py b/roles/lib_yaml_editor/build/generate.py index 6521ff2c1..0df4efb92 100755 --- a/roles/lib_yaml_editor/build/generate.py +++ b/roles/lib_yaml_editor/build/generate.py @@ -6,7 +6,7 @@  import os  # pylint: disable=anomalous-backslash-in-string -GEN_STR = "#!usr/bin/env python\n"                                   + \ +GEN_STR = "#!/usr/bin/env python\n"                                  + \            "#     ___ ___ _  _ ___ ___    _ _____ ___ ___\n"          + \            "#    / __| __| \| | __| _ \  /_\_   _| __|   \\\n"        + \            "#   | (_ | _|| .` | _||   / / _ \| | | _|| |) |\n"        + \ diff --git a/roles/lib_yaml_editor/library/yedit.py b/roles/lib_yaml_editor/library/yedit.py index 356cf07a5..f375fd8e2 100644 --- a/roles/lib_yaml_editor/library/yedit.py +++ b/roles/lib_yaml_editor/library/yedit.py @@ -1,4 +1,4 @@ -#!usr/bin/env python +#!/usr/bin/env python  #     ___ ___ _  _ ___ ___    _ _____ ___ ___  #    / __| __| \| | __| _ \  /_\_   _| __|   \  #   | (_ | _|| .` | _||   / / _ \| | | _|| |) |  | 
