Removes unnecessary utf-8 encoding

The following file(s) added utf-8 encoding but never used. So we can
remove them at all.

murano/tests/unit/dsl/test_call.py
murano/tests/unit/dsl/test_find_class.py
murano/tests/unit/dsl/test_varkwargs.py
murano/tests/unit/test_engine.py

Change-Id: Ibb9f1bc21bfbaafe80c5b849f79815910a298c08
This commit is contained in:
Cao Xuan Hoang 2016-12-22 10:36:26 +07:00
parent ccc430d507
commit 8422e1ac86
4 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
# coding: utf-8
# Copyright (c) 2015 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,3 @@
# coding: utf-8
# Copyright (c) 2015 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,3 @@
# coding: utf-8
# Copyright (c) 2015 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,3 @@
# coding: utf-8
# Copyright (c) 2014 Mirantis Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");