From 13bd9211aec44b5b46ac3362a8d99f42bf0d8ec9 Mon Sep 17 00:00:00 2001 From: James Laska Date: Mon, 25 Jul 2016 15:18:10 -0400 Subject: [PATCH] Add copyright back with utf-8 encoding Fixes encoding exception --- awx/plugins/inventory/foreman.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/plugins/inventory/foreman.py b/awx/plugins/inventory/foreman.py index 7eff557cf1..ce057690df 100755 --- a/awx/plugins/inventory/foreman.py +++ b/awx/plugins/inventory/foreman.py @@ -1,9 +1,9 @@ #!/usr/bin/python +# vim: set fileencoding=utf-8 : # # NOTE FOR TOWER: change foreman_ to sattelite_ for the group prefix # -# vim: set fileencoding=utf-8 : -# +# Copyright (C) 2016 Guido Günther # # This script is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by