diff --git a/doc/source/conf.py b/doc/source/conf.py index 0450e9b6..5243bcf9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/api/acl.py b/tuskar/api/acl.py index 5a7fdec7..cc00d474 100644 --- a/tuskar/api/acl.py +++ b/tuskar/api/acl.py @@ -1,6 +1,5 @@ -# -*- encoding: utf-8 -*- # -# Copyright © 2012 New Dream Network, LLC (DreamHost) +# Copyright 2012 New Dream Network, LLC (DreamHost) # # Author: Doug Hellmann # diff --git a/tuskar/api/app.py b/tuskar/api/app.py index b09bbcc7..d9b6c9ec 100644 --- a/tuskar/api/app.py +++ b/tuskar/api/app.py @@ -1,6 +1,5 @@ -# -*- encoding: utf-8 -*- -# Copyright © 2012 New Dream Network, LLC (DreamHost) +# Copyright 2012 New Dream Network, LLC (DreamHost) # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tuskar/api/controllers/root.py b/tuskar/api/controllers/root.py index 1d07ba28..c686dc28 100644 --- a/tuskar/api/controllers/root.py +++ b/tuskar/api/controllers/root.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/api/controllers/v1/controller.py b/tuskar/api/controllers/v1/controller.py index 5a5766ad..9da09916 100644 --- a/tuskar/api/controllers/v1/controller.py +++ b/tuskar/api/controllers/v1/controller.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/api/controllers/v1/models.py b/tuskar/api/controllers/v1/models.py index e554e7fd..a9919fac 100644 --- a/tuskar/api/controllers/v1/models.py +++ b/tuskar/api/controllers/v1/models.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/api/controllers/v1/overcloud_roles.py b/tuskar/api/controllers/v1/overcloud_roles.py index 73b6c295..4a724d83 100644 --- a/tuskar/api/controllers/v1/overcloud_roles.py +++ b/tuskar/api/controllers/v1/overcloud_roles.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/api/hooks.py b/tuskar/api/hooks.py index 151a0022..0e7bc35c 100644 --- a/tuskar/api/hooks.py +++ b/tuskar/api/hooks.py @@ -1,6 +1,5 @@ -# -*- encoding: utf-8 -*- # -# Copyright © 2012 New Dream Network, LLC (DreamHost) +# Copyright 2012 New Dream Network, LLC (DreamHost) # # Author: Doug Hellmann # diff --git a/tuskar/api/renderers.py b/tuskar/api/renderers.py index 508c5941..7b60cdab 100644 --- a/tuskar/api/renderers.py +++ b/tuskar/api/renderers.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright 2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tuskar/cmd/api.py b/tuskar/cmd/api.py index 9eabf2a1..317e66a7 100644 --- a/tuskar/cmd/api.py +++ b/tuskar/cmd/api.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- encoding: utf-8 -*- # # Copyright 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. diff --git a/tuskar/cmd/dbsync.py b/tuskar/cmd/dbsync.py index 78a06769..9c34003e 100644 --- a/tuskar/cmd/dbsync.py +++ b/tuskar/cmd/dbsync.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- encoding: utf-8 -*- # # Copyright 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. diff --git a/tuskar/cmd/manager.py b/tuskar/cmd/manager.py index 62ba8d05..52fae318 100644 --- a/tuskar/cmd/manager.py +++ b/tuskar/cmd/manager.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- encoding: utf-8 -*- # # Copyright 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. diff --git a/tuskar/common/exception.py b/tuskar/common/exception.py index 02a79f2c..fc57b502 100644 --- a/tuskar/common/exception.py +++ b/tuskar/common/exception.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/common/service.py b/tuskar/common/service.py index ecec1289..be114c43 100644 --- a/tuskar/common/service.py +++ b/tuskar/common/service.py @@ -1,7 +1,6 @@ #!/usr/bin/env python -# -*- encoding: utf-8 -*- # -# Copyright © 2012 eNovance +# Copyright 2012 eNovance # # Author: Julien Danjou # diff --git a/tuskar/db/api.py b/tuskar/db/api.py index cf5b457e..c4124531 100644 --- a/tuskar/db/api.py +++ b/tuskar/db/api.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Copyright 2013 Hewlett-Packard Development Company, L.P. # diff --git a/tuskar/db/sqlalchemy/api.py b/tuskar/db/sqlalchemy/api.py index ce2e1215..f6bf90e2 100644 --- a/tuskar/db/sqlalchemy/api.py +++ b/tuskar/db/sqlalchemy/api.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Copyright 2013 Hewlett-Packard Development Company, L.P. # diff --git a/tuskar/db/sqlalchemy/migrate_repo/manage.py b/tuskar/db/sqlalchemy/migrate_repo/manage.py index c4703956..f3bbed26 100644 --- a/tuskar/db/sqlalchemy/migrate_repo/manage.py +++ b/tuskar/db/sqlalchemy/migrate_repo/manage.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Copyright 2013 Hewlett-Packard Development Company, L.P. # diff --git a/tuskar/db/sqlalchemy/migrate_repo/versions/001_init.py b/tuskar/db/sqlalchemy/migrate_repo/versions/001_init.py index 66024d7c..cf76dafa 100644 --- a/tuskar/db/sqlalchemy/migrate_repo/versions/001_init.py +++ b/tuskar/db/sqlalchemy/migrate_repo/versions/001_init.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/db/sqlalchemy/models.py b/tuskar/db/sqlalchemy/models.py index fe56d293..4a137c38 100644 --- a/tuskar/db/sqlalchemy/models.py +++ b/tuskar/db/sqlalchemy/models.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/manager/manager.py b/tuskar/manager/manager.py index 238d94b2..b691804d 100644 --- a/tuskar/manager/manager.py +++ b/tuskar/manager/manager.py @@ -1,4 +1,3 @@ -# coding=utf-8 # Copyright 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. diff --git a/tuskar/tests/api/api.py b/tuskar/tests/api/api.py index 6264dad9..1b53283a 100644 --- a/tuskar/tests/api/api.py +++ b/tuskar/tests/api/api.py @@ -1,6 +1,5 @@ -# -*- encoding: utf-8 -*- # -# Copyright © 2012 New Dream Network, LLC (DreamHost) +# Copyright 2012 New Dream Network, LLC (DreamHost) # # Author: Doug Hellmann # diff --git a/tuskar/tests/api/controllers/v1/test_models.py b/tuskar/tests/api/controllers/v1/test_models.py index bdb88063..c35ee6bd 100644 --- a/tuskar/tests/api/controllers/v1/test_models.py +++ b/tuskar/tests/api/controllers/v1/test_models.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/tests/api/controllers/v1/test_overcloud.py b/tuskar/tests/api/controllers/v1/test_overcloud.py index c2a7ad8c..f606f775 100644 --- a/tuskar/tests/api/controllers/v1/test_overcloud.py +++ b/tuskar/tests/api/controllers/v1/test_overcloud.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/tests/api/controllers/v1/test_overcloud_roles.py b/tuskar/tests/api/controllers/v1/test_overcloud_roles.py index 245626ad..75d588b3 100644 --- a/tuskar/tests/api/controllers/v1/test_overcloud_roles.py +++ b/tuskar/tests/api/controllers/v1/test_overcloud_roles.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/tests/db/test_api.py b/tuskar/tests/db/test_api.py index 7a9a5a14..dc9f8ce0 100644 --- a/tuskar/tests/db/test_api.py +++ b/tuskar/tests/db/test_api.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/tests/db/test_models.py b/tuskar/tests/db/test_models.py index 281edad9..c1d5e85c 100644 --- a/tuskar/tests/db/test_models.py +++ b/tuskar/tests/db/test_models.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/tests/heat/test_template_tools.py b/tuskar/tests/heat/test_template_tools.py index b8540e1d..c1d84f13 100644 --- a/tuskar/tests/heat/test_template_tools.py +++ b/tuskar/tests/heat/test_template_tools.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar/tests/test_dbsync.py b/tuskar/tests/test_dbsync.py index 3ceb75aa..1a80b628 100644 --- a/tuskar/tests/test_dbsync.py +++ b/tuskar/tests/test_dbsync.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # # Copyright 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved.