summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-06-19 08:44:07 +0000
committerGerrit Code Review <review@openstack.org>2014-06-19 08:44:07 +0000
commitaeb7486db8ae5af752c7389c17884fb78dab6c14 (patch)
treec52e736b9d36ed6e0fdd2ca45844652fa3cd3fad /tests
parent90adced87ec704d10eae1ae047f9597989df8183 (diff)
parent64d855f96cfb75d98e03a7b6a00d68a7942b8321 (diff)
downloadoslo-vmware-aeb7486db8ae5af752c7389c17884fb78dab6c14.tar.gz
Merge "remove definitions of Python Source Code Encoding"
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py2
-rw-r--r--tests/base.py2
-rw-r--r--tests/test_vmware.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 19f5e72..0680747 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -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
diff --git a/tests/base.py b/tests/base.py
index a3069ed..69e6a80 100644
--- a/tests/base.py
+++ b/tests/base.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
# Copyright 2010-2011 OpenStack Foundation
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
diff --git a/tests/test_vmware.py b/tests/test_vmware.py
index 337b048..59ef240 100644
--- a/tests/test_vmware.py
+++ b/tests/test_vmware.py
@@ -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