summaryrefslogtreecommitdiff
path: root/httpd
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-08-16 11:01:31 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-08-29 09:30:55 +0900
commitcf786220f9a164ecdf651f6ff30e8513ffd4a464 (patch)
treea3711401e0f45f9cb655318f25f231ca03ed4b4e /httpd
parentdd3a75d719c60e821df7e5d7f988cb2cbfeef65b (diff)
downloadkeystone-cf786220f9a164ecdf651f6ff30e8513ffd4a464.tar.gz
Bump hacking to 0.7
Fixed H102 errors Hacking 0.6 already pins down pep8, pyflakes and flake8 so they can be removed from test-requirements as they are indirect dependencies. Co-author: Joe Gordon <joe.gordon0@gmail.com> Change-Id: If7e79c70fe44d7e42a14cd6c710fd9986f995446
Diffstat (limited to 'httpd')
-rw-r--r--httpd/keystone.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/httpd/keystone.py b/httpd/keystone.py
index f6ed0a0e8..f0040005c 100644
--- a/httpd/keystone.py
+++ b/httpd/keystone.py
@@ -1,3 +1,19 @@
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+# Copyright 2013 OpenStack Foundation
+#
+# 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
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
import os
from paste import deploy