summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Geisler <martin@geisler.net>2014-05-27 21:36:31 +0200
committerMartin Geisler <martin@geisler.net>2014-05-28 11:39:24 +0200
commit99382fa72f817724cf81f7efcd1279b7983db96b (patch)
tree9478b0866d2ea3803e526bafe84374b4557bf680
parent6d6eff37a2bdfbdd293970f161d51b37ad3fa12e (diff)
downloadpython-barbicanclient-99382fa72f817724cf81f7efcd1279b7983db96b.tar.gz
Remove unnecessary coding line
As per PEP 263, a Python file with non-ASCII characters must have a line with "coding: <some-encoding>". This file is pure ASCII, so the line is unnecessary here. Change-Id: I1cade3ddc7ef9631a5230bd00bafc64979cbf80a
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c4ded8a..f5034b1 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");