From 99382fa72f817724cf81f7efcd1279b7983db96b Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 27 May 2014 21:36:31 +0200 Subject: [PATCH] Remove unnecessary coding line As per PEP 263, a Python file with non-ASCII characters must have a line with "coding: ". This file is pure ASCII, so the line is unnecessary here. Change-Id: I1cade3ddc7ef9631a5230bd00bafc64979cbf80a --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c4ded8a3..f5034b17 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# -*- encoding: utf-8 -*- # Copyright (c) 2013 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License");