Removes unnecessary utf-8 encoding

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

dragonflow/__init__.py
dragonflow/tests/base.py
doc/source/conf.py

Change-Id: I292436b55f23e5b13efa0652a187529e62b5dca3
This commit is contained in:
Cao Xuan Hoang 2016-12-22 10:17:08 +07:00
parent 69ecda8791
commit 4ed6e9cc7b
3 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: 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 a copy of the License at

View File

@ -1,5 +1,3 @@
# -*- coding: 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
# a copy of the License at

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2010-2011 OpenStack Foundation
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#