Remove utf-8 encoding

py35 does not require utf-8 in headers. So, it can be removed.

Change-Id: I800b4ca3d65a0f7fa8d02b5211f80710b32d4539
This commit is contained in:
Sharat Sharma 2017-02-16 19:26:59 +05:30
parent f9d968682b
commit 749efb8eb5

View File

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